For developers and contributors
-
Fork project and clone your fork
-
Install global dependencies
npm install -g coffee-script
-
Install local dependencies
cake install
-
Compile project
# Only once cake compile # On every change cake watch
-
Run tests
cake test
For project maintainers
-
Update meta files with latest information
cake prepublish
-
Add a changelog entry to
HISTORY.md
with change informationv2.0.0 April 17, 2013 - Something that changes
-
Update
version
entry inpackage.json
with new version number -
Commit changes
git commit -a -m "A message about what changed"
-
Publish new version
cake publish