summaryrefslogtreecommitdiffstats
path: root/python/npm/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/npm/README')
-rw-r--r--python/npm/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/npm/README b/python/npm/README
new file mode 100644
index 0000000000..b2014b2e6b
--- /dev/null
+++ b/python/npm/README
@@ -0,0 +1,4 @@
+Python bindings and utils for npm.
+Invokes npm's install command in a specified directory.
+Install blocks the python process and will direct npm's output to
+stdout.