sev

0.0.3 • Public • Published

sev

Build Status

semantic versioning cli tool

Semantic Versioning spec

Semantic versioning takes a few steps. Let's make it even easier.

  1. find and open package.json.
  2. bump correct version type and save.
  3. (remove staged changes), git add, git commit msg, (restore staged changes)

sev will do all these for you in one command, e.g. sev -p to do a patch version.

Developing

Run npm link to build the library and create a symlink to sev.

Package Sidebar

Install

npm i sev

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nathanleiby