bag-and-tag

1.0.2 • Public • Published

Bag And Tag

NodeJS task for publishing a project. Intended to be used in NPM script.

The workflow is set for my personal projects. I plan to add the support for per-project configuration. In the meantime, use at your own risk.

Install

npm install bag-and-tag

How to use it

Add task to your package.json:

{
  "scripts": {
    "release": "./node_modules/.bin/bag-and-tag"
  }
}

Then, when you want to release a new version of the project:

npm run release

Bug reports, feature requests and contact

If you found any bugs, if you have feature requests or any questions, please, either file an issue at GitHub or send me an e-mail at riki@fczbkk.com.

License

This library is published under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i bag-and-tag

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • fczbkk