Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkweon/gbrowse
- Owner: kkweon
- License: mit
- Created: 2018-11-18T07:27:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T02:13:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T08:21:41.200Z (3 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```