Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/gitopen
Open git remote url from web browser
https://github.com/sinchang/gitopen
cli git opn
Last synced: 7 days ago
JSON representation
Open git remote url from web browser
- Host: GitHub
- URL: https://github.com/sinchang/gitopen
- Owner: sinchang
- License: mit
- Created: 2018-03-02T03:26:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T06:26:01.000Z (over 6 years ago)
- Last Synced: 2024-12-23T04:47:33.596Z (11 days ago)
- Topics: cli, git, opn
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/sinchang/gitopen/master/LICENSE)
[![Build Status](https://img.shields.io/travis/sinchang/gitopen.svg)](https://travis-ci.org/sinchang/gitopen)
[![npm](https://img.shields.io/npm/v/@sinchang/gitopen.svg)](https://www.npmjs.com/package/@sinchang/gitopen)
[![NPM downloads](https://img.shields.io/npm/dm/@sinchang/gitopen.svg?style=flat)](https://npmjs.com/package/@sinchang/gitopen)
[![prettier](https://img.shields.io/badge/style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)# gitopen
> Open git remote url from web browser
## Install
```
yarn global add @sinchang/gitopen
```Or
```
npm install --global @sinchang/gitopen
```## Usage
```
gitopen
```#### License
MIT © [sinchang](https://github.com/sinchang)