Generic CLI tool to automate versioning and package publishing related tasks:
- Bump version (in e.g. package.json)
- Git create branch, commit, tag, push
- Execute any (test or build) commands using hooks
- Create release
- Generate changelog
$ npm i @worktile/pkg-manager --save-dev
// or
$ yarn add @worktile/pkg-manager -D
- β¨ Learn about it on the docs site
- π wpm release
- π¦ wpm publish