1.0.0 • Published 1 year ago

npm-version-publisher v1.0.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
1 year ago

npm-version-publisher

Increments the major/minor/fix version of your package.json for you!

Install

Run npm install

Usage

  Usage: npx ts-node index.ts [options] [command]
  
  Commands:
    help     Display help
    version  Display version
  
  Options:
    -h, --help          Output usage information
    -t, --type [value]  The type of version to increment. For example, M or major increments the major version, m the minor, and f the fix (defaults to "minor")
    -v, --version       Output the version number