@jaredh159/npub
v1.0.0
Published
a tool for publishing to npm
Downloads
2
Readme
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
$ npub 4.0.0-alpha.0 --tag canary # set a custom tag (or -t)
# some flags...
$ npub patch --no-git --allow-branch --no-check --no-delay
installation
npm i -g @jaredh/npub