@on-set/onset-lib
v1.17.0
Published
isomorphic javascript utilities
Downloads
5
Readme
On Set Lib
Using This Package
npm i --save @on-set/onset-lib
Requirements
- nodejs, npm
Getting Started
npm i
npm start
Commands
$ npm run <command>
| command | description |
|--------------------------|---------------|
| init:hard
| init
with a fresh package-lock |
| start
| start development server |
| test
| run tests in watch mode |
| cover
| test coverage checks |
| lint
| lints src code |
| lint:fix
| lints src code and fixes errors |
| integration
| runs integration tests |
| verify
| verify's that the build will pass locally |