0.0.2 • Published 3 years ago
tahu v0.0.2
tahu
Tools to set version of manifest.json which is the manifest file of Chrome Extension.
Installation
npm install -g tahuHow 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