A formatter for CoffeeScript
node formatter.js [Your Files]
Or if you want to use coffee
coffee formatter.litcoffee [Your Files]
Example:
coffee formatter.litcoffee sample/vdvc.coffee
This project is written in Literate CoffeeScript (extension '.litcoffee'), which isn't syntax-highlighted by Github at this moment.
To read the code, it's suggested to go to docs/
folder. For example, docs/formatter.html
contains properly highlighted code for formatter.litcoffee
.
To run the test suite, install Mocha and run mocha
in the base directory.
- Get rid of external dependencies.
Special thanks to derekchiang who originally developed this project.