Skip to content

Instantly share code, notes, and snippets.

@savelee
Created July 27, 2015 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/304b861a1417f33fc669 to your computer and use it in GitHub Desktop.
Save savelee/304b861a1417f33fc669 to your computer and use it in GitHub Desktop.
Create node module
yo nodejs
//install modules globally
npm install packagename -g
//install modules and save in package.json
npm install packagename --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment