An open API service indexing awesome lists of open source software.

https://github.com/prabirshrestha/nji

NodeJs (Package) Installer
https://github.com/prabirshrestha/nji

Last synced: 2 months ago
JSON representation

NodeJs (Package) Installer

Awesome Lists containing this project

README

        

# 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 []

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