https://github.com/prabirshrestha/nji
NodeJs (Package) Installer
https://github.com/prabirshrestha/nji
Last synced: 2 months ago
JSON representation
NodeJs (Package) Installer
- Host: GitHub
- URL: https://github.com/prabirshrestha/nji
- Owner: prabirshrestha
- Created: 2011-08-31T06:23:39.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:59:30.000Z (over 1 year ago)
- Last Synced: 2025-02-23T23:41:42.759Z (4 months ago)
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 Packagesnji 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