vrelease-bin

binary wrapper for vrelease - a kiss solution to easily create project releases

Usage no npm install needed!

<script type="module">
  import vreleaseBin from 'https://cdn.skypack.dev/vrelease-bin';
</script>

README

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