https://github.com/serapath/npm-linked
find all npm linked packages
https://github.com/serapath/npm-linked
Last synced: 8 months ago
JSON representation
find all npm linked packages
- Host: GitHub
- URL: https://github.com/serapath/npm-linked
- Owner: serapath
- Created: 2015-09-22T17:04:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T17:17:29.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T17:42:06.453Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/npm-linked
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-linked
find all npm linked packages
inspired by [this posting](http://stackoverflow.com/questions/24933955/easy-way-to-list-node-modules-i-have-npm-linked) on stackoverflow.
# Roadmap
If you want to help by donating or contributing, just drop me a message :-)
* making it cross-platform
* making it faster
* make terminal output faster
* add support to manage dependencies
# Usage
```bash
npm install npm-linked -g
npm-linked # will list all "npm link"ed packages
```