Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 418 Bytes

File metadata and controls

38 lines (26 loc) · 418 Bytes

Contribute

Development

  1. Fork the project and clone your fork

  2. Install global dependencies

    npm install -g coffee-script
  3. Compile the project

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

    cake test
  5. Prepare the project for publishing

    cake prepublish
  6. Publish the project

    cake publish