Contribute
December 17, 2014 ยท View on GitHub
Resources
Development
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
Publishing
For project maintainers
-
Update meta files with latest information
cake prepublish -
Add a changelog entry to
HISTORY.mdwith change informationv2.0.0 April 17, 2013 - Something that changes -
Update
versionentry inpackage.jsonwith new version number -
Commit changes
git commit -a -m "A message about what changed" -
Publish new version
cake publish