Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 493 Bytes

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