Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bmp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bmp

node package version bumper

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bmp

Bmp (said /bump/) is a small command-line utility for quickly setting or incrementing the version in an NPM module's package.json file.

npm install --global bmp

Usage


usage: bmp [command]

commands:
  (no args):      prints current version
  major, b, M:    increment major version (M.0.0)
  minor, m:       increment minor version (x.m.0)
  patch, p:       increment patch version (x.x.p)
  help:           prints the help menu
  (otherwise):    validates & sets version to arg

Examples

bmp        # -> 1.0.4
bmp M      # -> 2.0.0
bmp m      # -> 2.1.0
bmp p      # -> 2.1.1
bmp 1.0.4  # -> 1.0.4

Contributing

If you find a bug, create an issue or be fabulous and fix the problem and write the tests up yourself in a coherent pull request.

Run tests with the npm test command.

Follow me on Twitter for updates or just for the lolz and please check out my other repositories if I have earned it. I thank you for reading.

FAQs

Package last updated on 26 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc