@rallymoto/lib
v1.15.0
Published
isomorphic javascript utilities
Downloads
29
Readme
Rally Moto Lib
Using This Package
npm i --save @rallymoto/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 |