npm

npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff.

One Line Install

curl http://npmjs.org/install.sh | sh

More Than One Line Install

  1. Get the code.
  2. Do what the README says to do.

Other Cool Stuff