npm2deb
tool to help debianize Node.js modules
Install
- All systems
-
curl cmd.cat/npm2deb.sh
- Debian
-
apt-get install npm2deb
- Ubuntu
-
apt-get install npm2deb
- Kali Linux
-
apt-get install npm2deb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install npm2deb
- Raspbian
-
apt-get install npm2deb
- Dockerfile
- dockerfile.run/npm2deb
npm2deb
tool to help debianize Node.js modules
This application eases packaging Node.js modules available via npm. It is also able to list modules dependencies and check which ones are already available as Debian packages. Node.js is an event-based server-side JavaScript engine.