0.3.3-rc.1 • Published 2 years ago

vrelease-bin v0.3.3-rc.1

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
2 years ago

Run Test Package Test Code Quality NPM Downloads GitHub tag

vrelease-js-wrapper

Javascript wrapper for vrelease. Install with npm:

npm install --save-dev vrelease-bin

Or yarn:

yarn add --dev vrelease-bin

How can I use it?

For instructions on how to use vrelease, see this.

Global install

npm i -g vrelease-bin

Sudo privileges might be needed. After that, vrelease will be available at PATH. Simply:

vrelease -h

Per project basis

When installing on a single project, add a script to your package.json:

{
  "scripts": {
    "vrelease:help": "vrelease -h"
  }
}

And run like any npm script:

npm run vrelease:help

License

To the extent possible under law, Caian Ertl has waived all copyright and related or neighboring rights to this work. In the spirit of freedom of information, I encourage you to fork, modify, change, share, or do whatever you like with this project! ^C ^V

License