chamber
Version:
Javascript modules for the node and the browser
27 lines (14 loc) • 443 B
Markdown
Leak helps release semantically-versioned node packages from git branches.
```
npm install -g leak
```
creates a new feature branch off of `master`
The default git remote is `origin` and the default HEAD branch is `master`
Leak is not yet configurable. (But the source code is very simple, at least!)