Skip to content

junosuarez/ghub-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghub-cli

Redirect to a npm package's GitHub page from your terminal, if available

usage

recommended for use with npx

> npx ghub-cli express
The GitHub url for express is https://github.com/expressjs/express
Opening in browser...

> npx ghub-cli --help
Usage: ghub-cli <moduleName> [--no-open --quiet]

opens a browser to the GitHub repository for <moduleName>

  -n, --no-open  only prints the url but does not open a browser
  -q, --quiet    suppresses console output
  -h, --help     prints this help
  -v, --version  prints the version of ghub-cli

or, install globally:

> npm i -g ghub-cli
> ghub-cli express
The GitHub url for express is https://github.com/expressjs/express
Opening in browser...

thanks

inspired by ghub.io, thank you @juliangruber!

what about npm.im?

there's an npm cli package called npm-url so you can

> npx npm-url express

license

ISC

About

like ghub.io but for your terminal

Resources

Stars

Watchers

Forks

Packages

No packages published