1.0.4 • Published 7 months ago

open-git-remote v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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

Also check out the open-git-remote VS Code Extension

1.0.4

7 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago