npm-geoversion
Bump the version of your npm module and automatically tag it with
your current geo-coordinates. Combines the power of
geopkg with the npm version
command in one simple command: npm-geoversion
Notice: This module is now baked into
geopkg: geopkg version patch
, so I
would recommend that you use that module instead.
Installation
npm install -g npm-geoversion
Usage
When ever you want to bump the version of your npm module, just run:
npm-geoversion <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease
This will do exactly the same as npm version
plus add your current
position on planet earth to the package.json file:
"coordinates": 558079696 12502925
Example:
To bump the patch version of your module, run:
npm-geoversion patch
License
MIT