https://github.com/pyoner/coffee-world
Watches the current folder to compile CoffeeScript into CSS, HTML & JS
https://github.com/pyoner/coffee-world
Last synced: about 1 year ago
JSON representation
Watches the current folder to compile CoffeeScript into CSS, HTML & JS
- Host: GitHub
- URL: https://github.com/pyoner/coffee-world
- Owner: pyoner
- Created: 2011-08-18T16:32:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-05T16:44:52.000Z (about 15 years ago)
- Last Synced: 2025-02-14T03:31:16.210Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coffee-world
Watches the current folder to compile CoffeeScript into CSS, HTML & JS
# Install
sudo npm install coffee-world
# Usage
coffee-world # watches current folder
coffee-world # watches
coffee-world --all # compiles all files on startup
coffee-world --all
* `*.css.coffee` will be compiled with coffee-css into `*.css`.
* `*.html.coffee` will be compiled with coffeekup into `*.html`.
* All other `*.coffee` files will be compiled into `*.js`.
Enjoy!
# Thanks
* http://jashkenas.github.com/coffee-script/
* https://github.com/mauricemach/coffeekup