1.0.3 • Published 7 years ago

uncoffee v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

uncoffee

A little utility for porting projects out of coffeescript to plain javascript. It's currently simply a coffee compiler wrapper which preserves more of the comments in coffeescript source. It's written in coffeescript so it can be tested on itself.

usage

Run the following to generate a filename.js file with comments preserved.

npm install -g uncoffee
uncoffee filename.coffee

todo?

Furhter improving readability compared to simply compiling.

  • comments which are appended to a line of code.
  • for...in loops are awkward
  • ternary ops are overused
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago