0.0.5 • Published 4 years ago

bytewax-client v0.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

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
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago