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.
Make sure to add nji.exe directory in the PATH environment variable.
nji install [<pkg>]
Example:
nji install uglify-js cssom mime express
nji update
nji install
You can also download nji from nuget.
Install-Package nji