An open API service indexing awesome lists of open source software.

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

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
```