git-tag-cli
v0.3.0
Published
Tool that helps with your git tagging
Downloads
2
Readme
Interactive Git Tag
Interactive tool that helps with your git tagging by suggesting versions
Install
$ npm install -g git-tag-cli
Usage
Usage
$ tag <version>
Version can be:
patch | minor | major | prepatch | preminor | premajor | prerelease
Examples
$ tag
$ tag patch
$ tag major
$ tag prepatch
$ tag premajor
$ tag prerelease
Interactive UI
Run tag
without arguments to launch the interactive UI that guides you through pushing a new tag.
Shoutout
Inspired by the amazing sindresorhus's np - A better npm publish
tool
Maintainers
License
MIT