anvaka / npmgraph.an

2d visualization of npm

Home Page:https://npm.anvaka.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: dependencies for GitHub repos

stared opened this issue · comments

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?

commented

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'