sev
v0.0.3
Published
semantic versioning cli tool
Downloads
87
Maintainers
Readme
sev
semantic versioning cli tool
Semantic versioning takes a few steps. Let's make it even easier.
- find and open package.json.
- bump correct version type and save.
- (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
.