NPM
Last updated
Last updated
Symlink a npm package that live outside of node_modules https://docs.npmjs.com/cli/link
Group package together with npm scope https://docs.npmjs.com/misc/scope
https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557 symlinking is a 2 step process
install packages directly from GitHub:
npm install express
can be alternatively done like this: npm install git+https://github.com/visionmedia/express.git
npm view