@its-tailtime/vee
v1.0.5
Published
Organized package versioning.
Readme
vee
Organized package versioning tool using semver (Semantic Versioning).
Installation
Install the package globally and run it. If you're using a tool such as nvm to manage multiple node versions - ensure that you use the same version to run it as you did to install it - otherwise it won't be found in your locally packages!
pnpm add --save-dev @its-tailtime/veeThis can now be run with pnpm exec vee. You should add the following line to the scripts section of your package.json file:
"scripts": {
...
"version": "pnpm exec vee version"
...
}