open-git-remote
v1.0.3
Published
CLI that opens git remote URLs in the browser
Downloads
243
Readme
Open Git Remote CLI
Open Git Remote is a CLI that opens git remotes in the browser (obviously)
Installation
Install it using npm
npm i -g open-git-remote
Or from source
git clone https://github.com/rdsq/open-git-remote-cli.git
cd open-git-remote-cli
npm i
npm i . -g
Or with no installation at all
npx open-git-remote
Usage
Open the current repo remote
open-git-remote
Open remote from a dir
open-git-remote ./my-repo
Open specific remote
open-git-remote . origin