anvaka / npmgraph.an

2d visualization of npm
https://npm.anvaka.com
MIT License
1.23k stars 83 forks source link

Feature request: dependencies for GitHub repos #36

Open stared opened 4 years ago

stared commented 4 years ago

End-user applications are often not published as NPM packages. Yet, it would be interesting to see what are the dependencies of various apps.

Is it possible to do with the current setup, or would you consider adding it?

mirsella commented 3 years ago

maybe in a form like github:username/repo then it search for github repo, would be pretty easy with a regex to just match 'github:' and if github username can only be composed of letter and number, expand the regex to match a 'github:username'