Hacker News new | ask | show | jobs
by jameswyse 4200 days ago
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>'

1 comments

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