mirror of
https://github.com/gwenhael-le-moine/npm2tgz.git
synced 2024-12-25 09:58:40 +01:00
58e8769f43
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
npm2tgz | ||
README.md |
npm2tgz generates a Slackware compatible package from a node module usage: npm2tgz <modules_name> The resulting package is located under /tmp possible OPTIONS are: BUILD= (currently: 1) TAG= (currently: SBo) OUTPUT= (currently: /tmp) ARCH= (currently: npmjs) PREFIX= (currently: /usr) NPMBIN= (currently: /usr/bin/npm)