logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

npm2deb - debianize nodejs modules available via npm

Author

       Leo Iannacone <l3on@ubuntu.com>

Description

       A script to make faster and easier packaging nodejs modules already provided by npm.

       Take care to have defined DEBEMAIL (or EMAIL) and DEBFULLNAME environment variables correctly.

Name

npm2deb - debianize nodejs modules available via npm

Options

optionalarguments:-h, --help
              show this help message and exit

       -D DEBUG, --debug DEBUG
              set debug level

       -v, --version
              show program's version number and exit

   commands:create create the debian files

       view   a summary view of a node module

       depends
              show module dependencies in npm and debian

       rdepends
              show the reverse dependencies for module

       search look for module in debian project

       itp    print a itp bug template

       license
              print license template and exit

Synopsis

npm2deb [-Ddebug] { create | view | depends | rdepends | search | itp } node_modulenpm2deb license {-l | license }

See Also