prabirshrestha / nji

Licence: other
NodeJs (Package) Installer

Programming Languages

C#
18002 projects

nji - Node Js (Package) Installer

Nji is a package manager for NodeJs written in .NET (C#) which originally started as a port of https://github.com/japj/ryppi

Main differences to npm: (hopefully will fix these soon) Support for partial version comparisons. Module dependencies are all installed in to the root modules directory, in order to avoid package redundancy.

Usage

Make sure to add nji.exe directory in the PATH environment variable.

Installing Packages

nji install [<pkg>]

Example:

nji install uglify-js cssom mime express

Updating Packages

nji update

Installing Dependencies from package.json file

nji install

Requirements

  • .NET 4.0 Client Framework

Nuget

You can also download nji from nuget.

Install-Package nji
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].