Skip to content

SimonDegraeve/terbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terbit

A better npm publish, inspired by np

NPM Version Licence Build Status Coverage Status Dependency Status

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