1.0.5 • Published 7 years ago

build-node-venv v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago