branch-prerelease
v1.0.4
Published
Quick npm prereleases to ease the multi-repo feature dependency woes.
Downloads
4
Maintainers
Readme
Branch Prerelease
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();