mirror of
https://github.com/gwenhael-le-moine/npm2tgz.git
synced 2024-12-26 09:58:25 +01:00
update README.md
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
3d1cb05018
commit
58e8769f43
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
npm2tgz generates a Slackware compatible package from a node module
|
||||
usage: npm2tgz <modules_name>
|
||||
usage: <OPTIONS> npm2tgz <modules_name>
|
||||
The resulting package is located under /tmp
|
||||
possible OPTIONS are:
|
||||
BUILD=<value> (currently: 1)
|
||||
TAG=<value> (currently: SBo)
|
||||
OUTPUT=<value> (currently: /tmp)
|
||||
ARCH=<value> (currently: npmjs)
|
||||
PREFIX=<value> (currently: /usr)
|
||||
NPMBIN=<value> (currently: /usr/bin/npm)
|
||||
|
|
Loading…
Reference in a new issue