Find a file
Gwenhael Le Moine 11c36da14c version can be on the last line
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2016-01-12 10:59:19 +01:00
.gitignore thought it was managed when it wasn't 2013-04-01 23:06:22 +02:00
LICENSE first commit 2013-04-01 22:51:22 +02:00
npm2tgz version can be on the last line 2016-01-12 10:59:19 +01:00
README renamed because github ruined the formatting 2013-04-01 23:34:16 +02:00

npm2tgz generates a Slackware compatible package from a node module
  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)