1.1.1 • Published 5 years ago

npm-git-version-tagger v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

NPM Git Version Tagger

Automatically add git version tags to NPM package repositories.

Works for repositories in registry https://registry.npmjs.org/.

Usage

Install the CLI globally:

npm install -g npm-git-version-tagger

Navigate to a local git repository corresponding to an NPM package with release history.

Run the CLI to add tags to the local repository:

npm-git-version-tagger

Follow the printed instructions to push tags to a remote repository:

git push --tags