This is a skeleton for small js libraries.
- a README
- a simple test structure you dont need any other packages to run: jasmine
- coffeescript
- install coffeescript
make watch
andmake test-watch
- /test/src - coffeescript jasmine tests
- /test/suite - runs the tests
- /src - your coffeescript
- library.js - generated js
- adhere to our styleguide
- Send a pull request.
- Write tests. New untested code will not be merged.
SKELETONSKELETONSKELETONSKELETONSKELETON
MIT License