Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/es-collection/build-node-venv

Bash helper to re-build node-venv
https://github.com/es-collection/build-node-venv

autoenv bash node-venv nodeenv osx python venv virtualenv

Last synced: about 2 months ago
JSON representation

Bash helper to re-build node-venv

Awesome Lists containing this project

README

        

# build-node-venv

[![version](https://img.shields.io/npm/v/build-node-venv.svg)](https://www.npmjs.org/package/build-node-venv)
[![status](https://travis-ci.org/ES-Collection/build-node-venv.svg)](https://travis-ci.org/ES-Collection/build-node-venv)

A helper to (re-)build [nodeenv](https://github.com/ekalinin/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

## Use without install

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](https://pypi.python.org/pypi/virtualenv) installed.

## License

MIT