/version

A simple CLI tool to bump package versions

Primary LanguageJavaScriptMIT LicenseMIT

Version

A simple CLI tool to bump package versions.

Contents

Usage

  1. Run version
$ version
  1. Choose Major, Minor, or Patch

  1. It'll update the package.json, and commit the changes.

Installation

With yarn

yarn global add @epiphany/version

With npm

npm install -g @epiphany/version

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.

License

MIT