Skip to content

yuseisui/bumppkg

Repository files navigation

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