/nji

NodeJs (Package) Installer

Primary LanguageC#

nji - Node Js (Package) Installer

This is a .net version (C#) port of https://github.com/japj/ryppi

Main differences to npm: (hopefully will fix these soon) No version comparison, or compatibility check, only version matching to latest. 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> [<pkg>]

Example:

nji install uglify-js cssom mime express

Updating Packages

nji update

Installing Dependencies from package.json file

nji deps

Requirements

  • .NET 3.5 Framework

Nuget

You can also download nji from nuget.

Install-Package nji