Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.24 KB

TOOLS.md

File metadata and controls

36 lines (24 loc) · 1.24 KB

What is this?

This document contains information about common tools that are included to this application. All these tools are available inside application docker container.

Table of Contents

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.


Back to resources index - Back to main README.md