README
Byteflies API Common Module
Available Commands
|Command|Description|
|--|--|
|npm install
| Install all the dependencies defined in the package.json
file |
|npm prepare
| Runs the npm run build
command for compiling TS into JS |
|npm run build
| Compiles TS into JS |
|npm run build-watch
| Compiles TS into JS on every file change |
|npm test
| runs all the tests |
|npm publish
| publishes the NPM module https://www.npmjs.com/package/byteflies-api-common |