1.0.1 • Published 8 years ago

sourcing v1.0.1

Weekly downloads
5
License
Unlicense
Repository
github
Last release
8 years ago

Contributing

$ make ?
make ?           # This list
make all         # Test and Lint
make clean       # Remove all generated assets
make install     # Install all required modules
make lint        # Check for inconsistencies
make release     # Release to NPM
make test        # Run all tests - Opts: REPORTER=dot|spec COVERAGE=true
make test.watch  # Run all tests and re-run them upon file changes