1.0.1 • Published 2 years ago

bumppkg v1.0.1

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

bumppkg

Bump a package version like npm version

Note npm users should use npm version. Basically I created bumppkg to fulfill my own needs to do the same as npm version without npm.

Install

npm i -g bumppkg

You can also use without global installation:

yarn dlx bumppkg ... # for yarn
pnpm dlx bumppkg ... # for pnpm

Usage

bumppkg [options] <newversion>

See bumppkg --help for details.

License

MIT License

1.0.1

2 years ago

1.0.0

2 years ago