npm for nodejs
1158 ワード
npm
npm is a package manager for node.You can use it to install and publish your node programs.It mage s dependencies and does other cool stuff.
One Line Install Get the code. Do what the README says to do. Other Cool Stuff README Help Dcumentation FAQ Search for Packages Mailing List Bugs
npm is a package manager for node.You can use it to install and publish your node programs.It mage s dependencies and does other cool stuff.
One Line Install
curl http://npmjs.org/install.sh | sh
More Than One Line Install