vbump

A script to bump versions of things to git, npm, etc.

Usage no npm install needed!

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

README

vbump

usage: vbump options

This commits a version bump and tags it git, then published to npm.

OPTIONS:
   -v  [required] Target version to bump.
   -t  Tag only. Do not git commit.
   -h  Show this message.
   -p  Do not publish to npm.
   -m  Commit message you wish to use.
   -d  Dry-run. No nothing but echo commands.
Author: Charlie Robbins
License: MIT