LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

npm-version

bumps package version

TLDR

Bump patch version
$ npm version patch
copy
Bump minor version
$ npm version minor
copy
Bump major version
$ npm version major
copy
Set specific version
$ npm version [1.2.3]
copy
Prerelease version
$ npm version prerelease
copy
No git tag
$ npm version patch --no-git-tag-version
copy

SYNOPSIS

npm version [version] [options]

DESCRIPTION

npm version bumps package version. Updates package.json and creates git tag.The command manages version numbers. Follows semver conventions.

PARAMETERS

VERSION

Version or increment type.
patch
Increment patch (0.0.x).
minor
Increment minor (0.x.0).
major
Increment major (x.0.0).
--no-git-tag-version
Don't create git tag.
--help
Display help information.

INSTALL

sudo pacman -S npm
copy
sudo apk add npm
copy
brew install npm
copy

CAVEATS

Creates git commit/tag by default. Working directory must be clean.

HISTORY

npm version provides semver version management with git integration.

SEE ALSO

npm(1), npm-publish(1), semver(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid