CLI that quickly creates and push a tag depending on the version number on the version number specified on package.json.
$ npm install -g pushtag
$ pushtag COMMAND
running command...
$ pushtag (-v|--version|version)
pushtag/0.1.1 win32-x64 node-v12.16.3
$ pushtag --help [COMMAND]
USAGE
$ pushtag
OPTIONS
-h, --help show CLI help
-o, --origin=origin [default: origin] Git remote name
-p, --prefix=prefix [default: v] Prefix that prepends the version number
-v, --version show CLI version
...