0.0.6 • Published 5 months ago

@mt0926/common-js-utils v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago