README.html">
"yapm" is a package manager for node.js (npm fork)
improvements in package.json handling:
formatting changes:
better search output with github repository links
multiple registries support
easier switch between different npm registries
semver support for packages installable from github (docs, #3014, #3328, #3442, #3511, #4527.
`sh
# install it as a global module (maybe with sudo)
$ npm install -g yapm
$ yapm install whatever
$ alias npm=yapm
`