-
Fork the project and clone your fork
-
Install global dependencies
npm install -g coffee-script
-
Compile the project
# Only once cake compile # On every change cake watch
-
Run your tests
cake test -
Prepare the project for publishing
cake prepublish
-
Publish the project
cake publish