@bucketeer/evaluation
v0.0.8
Published
```sh export NPM_TOKEN="YOUR_NPM_TOKEN" make init make gen_proto ```
Downloads
3,519
Readme
Evaluation module for Node.JS
Development
Setup
export NPM_TOKEN="YOUR_NPM_TOKEN"
make init
make gen_protoBuild
make buildUnit tests
make testLint
make lintRelease to NPM
export NPM_TOKEN="YOUR_NPM_TOKEN"
make init
make gen_proto
make build
make publish