0.0.2 • Published 8 years ago
js-lib-boilerplate v0.0.2
js-lib-boilerplate
A boilerplate es6 library development with tests, coverage, ci and types.
Clone (for development)
git clone https://github.com/tommilligan/js-lib-boilerplate#masterUsage
The below commands can be run with yarn run (or npm run).
| Task | Command |
|---|---|
| Check types | type |
| Test code | test |
| Test coverage | coverage |
| Compile from es6 | compile |
| All of the above | build |
Install (testing only)
yarn add js-lib-boilerplate