sourcing
v1.0.1
Published
simple event sourcing
Downloads
6
Readme
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