Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Chrome extension to navigate dependencies in Node.js projects on Github (github.com/lxe)
34 points by lxe on Dec 14, 2014 | hide | past | favorite | 8 comments


I've been using something similar for a while: https://chrome.google.com/webstore/detail/github-linker/jlma...

Pro tip: Add an 'npm' shortcut to your chrome address bar. Link it to http://ghub.io/%s and 'npm <packagename>' will take you directly to the repo.

You can also do this in the shell with 'npm repo <packagename>'


Oh nice! I had no idea this problem was already solved. I'm using ghub.io in the background as well.

Also it seems that I learn a new `npm` CLI command every few days!


same with `npm home <pkg name>`


Is there a similar tool for Python?


This is a simple chrome extension for navigating Node.js dependencies in Github.

Clicking on node require()s takes you to their Github project page, a relative file, or a Node.js API documentation page.

Uses ghub.io for all npm packages, and Node docs for the native modules.

I hope you find it useful!



Super cool. Great work.


Wow. Very useful




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: