/dnpm-old

A simple, fast and efficient Node Package Manager written in Go 🐕⚡

Primary LanguageGoMIT LicenseMIT

dnpm

A simple, fast and efficient Node Package Manager written in Go 🐕⚡

🥰 Sponsors

Nobody :(

💻 Building from source

Clone the repository:

$ git clone https://github.com/davipatricio/dnpm.git

Build the binary for your platform:

$ cd dnpm
$ go build dnpm.go

If you wish a smaller binary size, compile the program using go build -ldflags="-w -s" -gcflags=all="-l -B" dnpm.go

💻 Install from npm

It is recommended to install dnpm through the Node Package Manager, which comes bundled with Node.js when you install it on your system.

Once you have npm installed you can run the following both to install and upgrade dnpm:

$ npm install -g dnpm-bin

🕵️ Check installation

Check that dnpm is installed by running:

$ dnpm version

📚 Usage

Please refer to the documentation for more information.

📝 License

This project is licensed under the MIT license.