From b6c7012fa0c6865e17db4667d9ba9b60766c7dbf Mon Sep 17 00:00:00 2001 From: jhermann Date: Sat, 12 Jul 2014 11:29:48 +0200 Subject: [PATCH] nodeenv - A Node.js virtual environment compatible to Python's virtualenv --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4cacc30..d55592e 100644 --- a/readme.md +++ b/readme.md @@ -207,6 +207,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [n](https://github.com/visionmedia/n) - Node.js version management. - [nave](https://github.com/isaacs/nave) - Virtual Environments for Node.js. +- [nodeenv](https://github.com/ekalinin/nodeenv) - A Node.js virtual environment compatible to Python's virtualenv. ### Polyfills