README.html">

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

screenshot

Changes

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 `

Upstreams

Pulled from visionmedia/npm

  • Github semver support
  • Output formatting changes
  • Better search output

Pulled from npm/npm

  • Everything else, this repository is synced with upstream at least once a week