aboutsummaryrefslogtreecommitdiff
path: root/python/npm/README
diff options
context:
space:
mode:
authorPr. HORSTMANN <wmh@eipg.fr>2020-11-28 11:25:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-29 01:02:57 +0700
commitb4fd4e1b92d62946993bd986504c6d378fe38ab1 (patch)
tree17b6bec9b5234e344c6acb5aa9af4d3a697b42ce /python/npm/README
parent8ccc1ed87d526cd815b513ec16fe1652edad0904 (diff)
python/npm: Added (Python bindings and utils for npm.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..b2014b2e6b77
--- /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.