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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/npm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/npm/slack-desc b/python/npm/slack-desc new file mode 100644 index 0000000000..45d75139fb --- /dev/null +++ b/python/npm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +npm: npm (Python bindings and utils for npm.) +npm: +npm: In short, Invokes npm's install command in a specified directory. +npm: Install blocks the python process and will direct npm's output ... +npm: +npm: +npm: Homepage: https://pypi.org/project/npm/ +npm: +npm: +npm: +npm: |