davipatricio / dnpm-old

A simple, fast and efficient Node Package Manager written in Go πŸ•βš‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple, fast and efficient Node Package Manager written in Go πŸ•βš‘

License:MIT License


Languages

Language:Go 100.0%