coffee-formatter
Version:
A CoffeeScript formatter
42 lines (24 loc) • 907 B
Markdown
# Coffee-Formatter
> A formatter for CoffeeScript
## Usage
```bash
node formatter.js [Your Files]
```
Or if you want to use `coffee`
```bash
coffee formatter.litcoffee [Your Files]
```
Example:
```bash
coffee formatter.litcoffee sample/vdvc.coffee
```
## Things to note
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](https://github.com/visionmedia/mocha) and run `mocha` in the base directory.
## TODO
1. Get rid of external dependencies.
## Original Author
Special thanks to [derekchiang](https://github.com/derekchiang) who originally developed this project.
## License
[WTFPL](http://www.wtfpl.net/about/).