September 9, 2014

Node.js Cheetsheet

  • express project_name : create a projects
  • npm install module_name: install a module
  • cd project_dir && npm install : install modules which declare in package.json
  • npm prune : auto remove all of modules which not listed in package.json
  • npm update update all module version which is list in package.json
  • npm init create a module