diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2020-11-28 11:25:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-29 01:02:57 +0700 |
commit | b4fd4e1b92d62946993bd986504c6d378fe38ab1 (patch) | |
tree | 17b6bec9b5234e344c6acb5aa9af4d3a697b42ce /python/npm/README | |
parent | 8ccc1ed87d526cd815b513ec16fe1652edad0904 (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/README | 4 |
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. |