cosy-js
v0.4.19
Published
A cosy little library.
Readme
Cosy
A cosy little library.
Installation
Just install with npm install cosy-js or add it to your
package.json.
If you use a bundler like Browserify, then Cosy will work just fine in-browser too.
Usage
Todo...
Development
In order to develop Cosy, you'll need to install the following npm modules globally like so:
npm install -g coffee-script
npm install -g jakeAnd then install development dependencies locally with:
npm installOnce you have these dependencies, you will be able to run the following commands:
jake build: Build JavaScript from the CoffeeScript source.
jake lint: Run CoffeeLint on the CoffeeScript source.
jake test: Run all unit tests.
License
Licensed under the MIT license.

