1.0.4 • Published 9 years ago

npm-geoversion v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

Build status js-standard-style

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": [55.8079696, 12.502925]
}

Example:

To bump the patch version of your module, run:

npm-geoversion patch

License

MIT