summaryrefslogtreecommitdiffstats
path: root/development/nodeenv/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/nodeenv/README')
-rw-r--r--development/nodeenv/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/nodeenv/README b/development/nodeenv/README
new file mode 100644
index 0000000000..43330ff901
--- /dev/null
+++ b/development/nodeenv/README
@@ -0,0 +1,14 @@
+Node.js virtual environment
+===========================
+
+``nodeenv`` (node.js virtual environment) is a tool to create isolated
+node.js environments.
+
+It creates an environment that has its own installation directories,
+that doesn't share libraries with other node.js virtual environments.
+
+Also the new environment can be integrated with the environment which
+was built by virtualenv_ (python).
+
+
+