0.0.2 • Published 2 years ago

@node-update-release/nurjs v0.0.2

Weekly downloads
-
License
APACHE-2.0
Repository
-
Last release
2 years ago

NUR

Node Update Release

Nur was created to update npm packages easy and simple.

It will update the package.json with log file and create a git tag and commit. After creation it will be pushed to git remote origin.

Installation

# Recommended.
npx @node-update-release/nurjs --release-type [options]

# OR an alternative global install.
npm install -g @node-update-release/nurjs --release-type [options]

Usage

patch Release

nur --patch

minor Release

nur --minor

major Release

nur --major

arguments

argumentaliasdescriptiondefaultexample
major-creates a major releasefalsenur --major
minor-creates a minor releasefalsenur --minor
patch-creates a patch releasefalsenur --patch
git-to decide if a git should be usedtruenur -g false
branchbgit branch to commit tomainnur --branch main
version-Print CLI version-nur --version
debug-print debug infofalsenur --patch --debug
clear-clears console after usagefalsenur --patch --clear

contributions

Check contributions instructions