Skip to content

smarx/nji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

NodeJs (Package) Installer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%