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
π» 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.