0.0.3 • Published 11 years ago
csstarter v0.0.3
csstart
A skeleton for creating coffeescript modules.
Usage
- Clone the repository,
- rename all
csstart
references to your own project - delete the
.git
and re-init version control
To see available commands run:
cake
Features
- Cakefile with 5 built-in commands
- Docco displaying 2 ways of documenting code
- Mocha with 1 simple test
- .npmignore to prevent publishing coffeescript
- package.json with pre-publish script
Wishlist
- Turn this into a generator to skip manual renaming.
Credits
Cakefile stolen from twilson63