Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 3, 2011
1 parent 6afdab9 commit b426b66
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
# JS2Coffee
#### A JavaScript to CoffeeScript compiler.

$ npm install js2coffee

Usage:

$ js2coffee input_file.js
$ js2coffee input_file.js > output.js
$ cat input.js | js2coffee

### Development

Install dependencies:

$ npm install
$ npm install glob

Run tests:

$ coffee test/

Make the browser version:
Build the browser version:

# Uses ruby and the JSMin gem for now;
# Run this then check dist/js2coffee.min.js

$ gem install jsmin
$ make
# Then check dist/js2coffee.min.js

### Acknowledgements

Expand Down

0 comments on commit b426b66

Please sign in to comment.