-
Notifications
You must be signed in to change notification settings - Fork 130
Link dependencies in a package or bower file to their GitHub page #184
Comments
How does GitHub know that |
With a simple crawler like i do here.
|
I love this idea @stefanbuck! Any objection to the premise of using the registry on-the-fly and caching with local storage? https://registry.npmjs.org/ffi/latest Also, see #128 |
Yes i have one. Request time. The request time for a single dependency look up can take more than 2sec, dependence on the quality of the package.json file and how much effort we need to find the right repo. The best solutions for me is to crawl the registries and update the extension once per week ;) |
This comment has been minimized.
This comment has been minimized.
Reply from GitHub:
|
Hi guys, there is an update available. require() statements in a |
some of NPM packages don't have a GitHub repo, so in this case, it should redirect to the NPM package page |
That's the case now. Amazing to see such an old topic popping up 😄 |
I've created an chrome extension for that, but this should be made available to all GitHub user by default. The idea behind is simple. All dependencies listed in a
package.json
orbower.json
file should be a link to the related GiHub repo page. That's it!The text was updated successfully, but these errors were encountered: