A boilerplate es6 library development with tests, coverage, ci and types.
git clone https://github.com/tommilligan/js-lib-boilerplate#master
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 |
yarn add js-lib-boilerplate