aaronbhansen / decaffeinate

Goodbye CoffeeScript, hello JavaScript!

Home Page:http://decaffeinate-project.org/repl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decaffeinate Build Status

Goodbye CoffeeScript, hello JavaScript!

JavaScript is the future, in part thanks to CoffeeScript. Now that it has served its purpose, it's time to move on. Convert your CoffeeScript source to modern JavaScript with decaffeinate.

Install

$ npm install -g decaffeinate

See the Conversion Guide.

Status

Mostly complete. Check the issues page for outstanding bugs and incomplete features. This project may be relied upon for production use, but no guarantees are made.

Goals

  • Fully automated conversion of the CoffeeScript language to modern JavaScript.
  • Preserve whitespace, formatting, and comments as much as possible to allow a full one-time conversion of your CoffeeScript source code.
  • Provide helpful error messages when it encounters an unsupported language construct.

Usage

See the output of decaffeinate --help after installing.

About

Goodbye CoffeeScript, hello JavaScript!

http://decaffeinate-project.org/repl/

License:MIT License


Languages

Language:JavaScript 99.7%Language:Shell 0.3%