npm-geoversion

Tag npm modules with your current geo-coordinates every time you bump the version

Usage no npm install needed!

<script type="module">
  import npmGeoversion from 'https://cdn.skypack.dev/npm-geoversion';
</script>

README

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