npm-releaser

0.0.1 • Public • Published

NPM releaser

Helps you with releasing and keeping track of versions of your NPM packages. Built after zest.releaser.

Installation

sudo npm -g install npm-releaser

Prerequisites

Your version numbers are bound to the Semantic Versioning scheme. Given that you probably use NPM, this is already the case.

How to use

npm-releaser

Avaiable commands:

  • prerelease: picks a new version number, updates package.json, and commits
  • release: makes a tag, and does npm publish
  • postrelease: picks a new version number, pushes changes
  • fullreleaser: prerelease + release + postrelease

Shortcomings

The current shortcomings are:

  • Only understands GIT
  • Only understands NPM (are there any others?)
  • Bound to Semantic Versioning
  • Several more?

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i npm-releaser

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • steven.looman