depjs / dep

A little Node.js dependency installer
https://github.com/depjs/dep#readme
MIT License
189 stars 15 forks source link

docs: take global install from scope #57

Closed watilde closed 6 years ago

watilde commented 6 years ago

I'd say dep run could cover this use case easily. Also, if users would like to install any package as a global command, they can make a directory in somewhere(e.g. $HOME/packages) and add node_modules/.bin to their PATH.

I will take install --global from the scope. Keeping size small is a value.