New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

semver-esbump

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

semver-esbump

ESBump: Node.js CLI Application to version bump and publish node packages

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

tdd_extw

esbump

- SemVer package version updater and git pusher (TDD style) Node.js CLI Application esbump allows you to specify whether you want to bump the Major, Minor, Patch, or Pre-Release version of an npm package then tags and commits the code as a release on github.

Install

Requirements:
  • Node.js 10.x+
  • npm
To install esbump, simply clone this repository to a location on your hard disk, then navigate via command line to the directory and run:
 npm link 

Usage

To use esbump from command line after installation, and to bump the patch version oncce, from the directory of an npm package simply execute:
 esbump 
Arguments
esbump allows you to specify:
  • bumping the Major version once by executing
     esbump -M 
  • bumping the Minor version once by executing
     esbump -m 
  • bumping the patch version once by executing
     esbump -p 
  • bumping the version to a pre-release by executing
     esbump --prerelease 



    License

    MIT

Keywords

esbump

FAQs

Package last updated on 16 Jul 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