0.0.3 • Published 8 months ago
@bucketeer/evaluation v0.0.3
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