LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Refactor package search #54

Closed shanavas786 closed 7 years ago

shanavas786 commented 7 years ago

Uses rmadison -u debian for package search which combines results from all suites. It also avoids need for separate search in NEW queue.

Now npm2deb view <module> shows a Debian entry if the module is in NEW/experimental too.