Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgpat/gh
- Owner: bgpat
- License: mit
- Created: 2020-03-01T17:17:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:47:19.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:23:48.473Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```