Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkweon/gbrowse

Open your local GitHub file in the browser
https://github.com/kkweon/gbrowse

Last synced: about 1 month ago
JSON representation

Open your local GitHub file in the browser

Awesome Lists containing this project

README

        

# gbrowse

[![GitHub license](https://img.shields.io/github/license/kkweon/gbrowse.svg)](https://github.com/kkweon/gbrowse/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/kkweon/gbrowse.svg?branch=master)](https://travis-ci.com/kkweon/gbrowse)
[![Coverage Status](https://coveralls.io/repos/github/kkweon/gbrowse/badge.svg)](https://coveralls.io/github/kkweon/gbrowse)
[![npm](https://img.shields.io/npm/v/gbrowse.svg?style=flat-square)](https://www.npmjs.com/package/gbrowse)

Open your local GitHub file in the browser

## Get Started

```
gbrowse # open current branch in GitHub
gbrowse src/index.ts # open a file in the current branch
```

## Install

```
yarn global add gbrowse
# or
npm i -g gbrowse
```