Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghub-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghub-cli

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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 28 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc