js-lib-boilerplate
v0.0.2
Published
A boilerplate es6 library development with tests, coverage, ci and types.
Downloads
2
Readme
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#master
Usage
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