Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/gh

gh is a Web Extension to search GitHub Repositories
https://github.com/bgpat/gh

Last synced: 28 days ago
JSON representation

gh is a Web Extension to search GitHub Repositories

Awesome Lists containing this project

README

        

# gh

[![Build Status](https://travis-ci.com/bgpat/gh.svg?branch=master)](https://travis-ci.com/bgpat/gh)

**gh** is a Web Extension to search GitHub Repositories.

## Installation

### Firefox

Go to https://addons.mozilla.org/ja/firefox/addon/{{firefox_extension_name}}/ and install to your browser.

### Google Chrome

Go to https://chrome.google.com/webstore/detail/{{chrome_extension_name}}/{{chrome_extension_id}}/ and install to your browser.

## Development

### Debug with Firefox

```bash
npm start
```

### Build

```bash
npm run build
```