1.0.0-beta.1 • Published 3 years ago

@jaredh/npub v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

npub

A simple tool for publishing to NPM.

# from the directory you want to publish...
$ npub patch
$ npub minor
$ npub major
$ npub prerelease # increments 2.0.0-beta.1 > 2.0.0-beta.2
$ npub 3.2.1 # manually set a specific version
# some flags...
$ npub patch --no-git --allow-branch --no-check --no-delay

installation

npm i -g @jaredh/npub