package-tagger

0.1.2 • Public • Published

Package Tagger

Simple tool used to just append some text to the end of your version in your package.json.

npm install --save-dev package-tagger
npm install

# Append some text
./node_modules/package-tagger/index.js cool_text

# Append dev.[git_commit_10_char]
git rev-parse develop | cut -c1-10 | xargs -I[] ./node_modules/package-tagger/index.js dev.[]

Readme

Keywords

none

Package Sidebar

Install

npm i package-tagger

Weekly Downloads

7

Version

0.1.2

License

MIT

Unpacked Size

1.52 kB

Total Files

4

Last publish

Collaborators

  • bartushk