/transpilator

Transpilator - a live source-to-source compiler

Primary LanguageJavaScriptMIT LicenseMIT

Transpilator

A source-to-source code transpiler/parser

Transpilator is a fast and easy way to transpile/parse snippets of source code. No setup or configuration required!

screenshot

Currently supported parsers:

  • Jade to HTML
  • React/JSX to JavaScript
  • CoffeeScript to JavaScript
  • Markdown to HTML
  • LiveScript to JavaScript (broken 👎)
  • (in progress) LESS/SCSS to CSS

If there is a language or parser that you would like to see added, please submit a feature request issue or... code it yourself and submit a pull request!

Usage
npm install
npm start
open http://localhost:8080
Check the Trello Board for current development status and roadmap

//Sam