gh-home

4.0.0 • Public • Published

gh-home

Open the GitHub page of the given or current directory repo

It will attempt to open the upstream repo if there is one or the forked repo.

Install

npm install --global gh-home

Usage

$ gh-home --help

  Usage
    $ gh-home [repo | user/repo]

  Options
	  --prs -p	   Open the pull requests of a GitHub repo
	  --issues -i  Open the issues of a GitHub repo

  Examples
    $ gh-home
    $ gh-home myrepo
    $ gh-home avajs/ava
    $ gh-home --issues
    $ gh-home --prs

Tips

Add alias gh=gh-home to your .zshrc/.bashrc, so that you can run it with $ gh instead.

You can also use the official GitHub CLI instead:

$ gh alias set home "repo view --web"
$ gh home

Related

  • npm-home - Open the npm page of a package

Package Sidebar

Install

npm i gh-home

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

4.78 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus