This document contains information about common tools that are included to this application. All these tools are available inside application docker container.
npm-check-updates ᐞ
npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.
npm-check-updates maintains your existing semantic versioning policies, i.e.,
it will upgrade "express": "^4.0.0"
to "express": "^5.0.0"
.
mversion ᐞ
A cross packaging manager module version handler/bumper. Imitates npm version
to also work on other packaging files. For those times you either have
multiple packaging files (like bower.json
, component.json
, manifest.json
)
or just not a package.json
file. mversion can easily bump your version and
optionally commit and create a tag.