tahu
v0.0.2
Published
Tools to set version of `manifest.json` which is the manifest file of Chrome Extension.
Downloads
4
Readme
tahu
Tools to set version of manifest.json
which is the manifest file of Chrome Extension.
Installation
npm install -g tahu
How to use
tahu major
# example: 0.0.1 to 1.0.0
tahu minor
# example: 0.0.1 to 0.1.0
tahu patch
# example: 0.0.1 to 0.0.2