DISCUSS, CLONE, DEVELOP, COMMIT, PROFIT
- Tasks: Gulp
- Tests: Mocha
- Style: StandardJS
- Catalyst: Coffee
- doc: generated API documentation based on the JSDoc in the sources
- src: project's sources compartmentalized as modules.
- task: organized Gulp tasks
- test: several, per-module tests
# Checks coding style
npm run check
# Runs all tests with coverage checks
npm run test
# Generates the documentation in doc/API.md
npm run doc
# Prepares (check-and-test) the project before committing
npm run prepare