"yapm" is a package manager for node.js (npm fork)

screenshot

Changes

Installation

# install it as a global module (maybe with sudo)
$ npm install -g yapm

# run it just as you'd run npm itself
$ yapm install whatever

# if you want to write 'npm' and hate the name change,
# you might want to use an alias (i.e. write into ~/.bashrc)
$ alias npm=yapm

Upstreams

Pulled from visionmedia/npm

Pulled from npm/npm