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

Changes

Our own changes

Pulled from visionmedia/npm

Pulled from npm/npm

Installation

`sh # 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 `