Contribute

December 17, 2014 ยท View on GitHub

Resources

Development

For developers and contributors

  1. Fork project and clone your fork

  2. Install global dependencies

    npm install -g coffee-script
    
  3. Install local dependencies

    cake install
    
  4. Compile project

    # Only once
    cake compile
    
    # On every change
    cake watch
    
  5. Run tests

    cake test
    

Publishing

For project maintainers

  1. Update meta files with latest information

    cake prepublish
    
  2. Add a changelog entry to HISTORY.md with change information

    v2.0.0 April 17, 2013
    	- Something that changes
    
  3. Update version entry in package.json with new version number

  4. Commit changes

    git commit -a -m "A message about what changed"
    
  5. Publish new version

    cake publish