0.0.5 • Published 4 years ago
bytewax-client v0.0.5
Usage
Bytewax javascript sdk package can be installed as:
npm install bytewax-client
Nice an the template in use
https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
Step by step: B
Build the library
npm run build
Lint & Format
npm run lint
npm run format
Test
npm test
Build a new version, commit & publish
git commit -a -m '<MESSAGE>'
npm version patch
git push
npm publish