0.0.5 • Published 2 years ago

@mt0926/js-node-sdk v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

$ pnpm install

Running the app

# development
$ pnpm run dev

Publish to npm

# step1 login
$ npm login --registry https://registry.npmjs.org/

# step2 update version
$ npm version patch
$ npm version minor
$ npm version major

# step3 publish
$ npm publish --registry https://registry.npmjs.org/ --access public

# step4 tag
git tag -a v0.0.4 -m "v0.0.4"
git tag
git show
git push origin v0.0.4

Push to github

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago