1.0.4 • Published 6 years ago

branch-prerelease v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Branch Prerelease

Build Status Coverage Status npm version Greenkeeper badge styled with prettier semantic-release

Quick npm prereleases to ease the multi-repo feature dependency woes.

Install

npm install branch-prerelease

Usage

CLI

Its simple, run the following:

branch-prerelease

Branch Prerelease will detect the feature branch you are on, create a prerelease version, and publish it to npm. Quick and simple like your workflow should be.

script

You can also include Branch Prerelease in a custom script:

import BranchPrerelease from 'branch-prerelease';

const branchPrerelease = new BranchPrerelease();

branchPrerelease.run();