terbit
v1.0.11
Published
A better `npm publish`
Downloads
9
Maintainers
Readme
terbit
A better
npm publish
, inspired by np
Install
$ npm install --global terbit
Usage
$ terbit --help
Usage
$ terbit <version>
Version can be:
patch | minor | major | prepatch | preminor | premajor | prerelease | 1.2.3
Options
--any-branch Allow publishing from any branch
--skip-cleanup Skip cleanup of node_modules
--skip-test Skip cleanup and testing
--changelog-preset Use `conventional-changelog`
--tag Publish under a given dist-tag
Examples
$ np patch
$ np 1.0.2
$ np 1.0.2-beta.3 --tag=beta