Skip to content

barclayd/quick-tag

Repository files navigation

Quick Tag

npx quick-tag

Node CLI for quickly tagging releases and pushing them to GitHub.

Quick tag uses your package.json version number and last commit message as defaults to allow for tags to be pushed quickly and easily.

Both can also be customised by the user to perfect the version and message for the release.

Develop locally

git clone https://github.com/barclayd/quick-tag.git
cd quick-tag
npm i
npm run dev

Build

npm build

Publish new package

npm run npx-publish