Install npm packages directly from a github repo
npm install --save username/repo#branch-name
The above installs a node package from github into your node_modules folder and automatically adds the dependency to your package.json!
npm install --save username/repo#branch-name
The above installs a node package from github into your node_modules folder and automatically adds the dependency to your package.json!