Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/es-collection/build-node-venv
- Owner: ES-Collection
- License: mit
- Created: 2018-05-02T05:38:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T06:20:21.000Z (over 6 years ago)
- Last Synced: 2024-04-29T06:20:59.560Z (8 months ago)
- Topics: autoenv, bash, node-venv, nodeenv, osx, python, venv, virtualenv
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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