0.0.5 • Published 12 months ago

@mt0926/js-node-sdk v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago