https://github.com/qbit/node_bin
utilities I want to run, but not install globally
https://github.com/qbit/node_bin
Last synced: 3 months ago
JSON representation
utilities I want to run, but not install globally
- Host: GitHub
- URL: https://github.com/qbit/node_bin
- Owner: qbit
- Created: 2014-10-20T23:26:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T16:01:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T03:16:30.125Z (over 1 year ago)
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_bin
Solution for having npm not install things globally
```
export PATH=$PATH:~/node_bin/node_modules/.bin
```