summaryrefslogtreecommitdiffstats
path: root/development/npm2tgz/README
blob: ab3baa426ede8b82aa1fc697336bc80afa4284ff (plain)
1
2
3
4
5
6
7
8
9
10
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)