Find a file
gwenhael 971418f133
Merge pull request #6 from h3xx/respect-tmpdir
Use TMPDIR from environment if available
2023-07-29 20:03:02 +02: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 Merge pull request #6 from h3xx/respect-tmpdir 2023-07-29 20:03:02 +02: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)