bump-module

CLI tool to bump submodule versions

Usage no npm install needed!

<script type="module">
  import bumpModule from 'https://cdn.skypack.dev/bump-module';
</script>

README

bump-module

Automagic module bumping in the style of np.

Installation

npm install -g bump-module

Usage

➜ bump --help
bump <package> -- npm arguments

Options:
  --yolo  Omits running tests after bumping the dependency.            [boolean]
  --push  Commits and pushes the update after installing.              [boolean]