npm-publish

0.4.7 • Public • Published

npm-publish Build Status Dependency Status

A cross platform script to publish NPM modules. Based on npm-release but rewritten to add support for windows.

What it does

  • Bumps version number in package.json
  • Pushes to git
  • Publishes to npm

Installation

Install the module with: npm install -g npm-publish

Usage

npm-publish [<newversion> | major | minor | patch] -m "message" -f "Force message"

newversion publishes the specified version Major, minor and patch increase a semver compatible version number.

Use the -m flag to customise the release commit message.

Use the -f flag to stage and commit all changes before releasing with the specified message.

License

Copyright (c) 2013 Daniel Chatfield. Licensed under the MIT license.

Dependencies (6)

Dev Dependencies (2)

Package Sidebar

Install

npm i npm-publish

Weekly Downloads

83

Version

0.4.7

License

none

Last publish

Collaborators

  • danielchatfield