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 |