build-node-venv

1.0.5 • Public • Published

build-node-venv

version status

A helper to (re-)build nodeenv.

Usage

Install the package using npm:

npm install build-node-venv --save-dev

Now you can use it as a CLI to rebuild your module:

buildenv

Add the pre-install hook

"scripts": {
    "preinstall": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./.bnv.sh && chmod +x ./.bnv.sh && ./.bnv.sh && rm ./.bnv.sh"
  }

Note that you will need virtualenv installed.

License

MIT

Package Sidebar

Install

npm i build-node-venv

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

3.71 kB

Total Files

4

Last publish

Collaborators

  • extendscripter