branch-prerelease

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

Usage no npm install needed!

<script type="module">
  import branchPrerelease from 'https://cdn.skypack.dev/branch-prerelease';
</script>

README

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();