https://github.com/vutran/dext-github-plugin
:octocat: Dext plugin to search for Github repositories.
https://github.com/vutran/dext-github-plugin
dext dext-plugin github repository search
Last synced: 7 months ago
JSON representation
:octocat: Dext plugin to search for Github repositories.
- Host: GitHub
- URL: https://github.com/vutran/dext-github-plugin
- Owner: vutran
- License: mit
- Created: 2016-08-27T19:55:48.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-11-06T17:12:34.000Z (about 9 years ago)
- Last Synced: 2025-04-13T15:45:48.437Z (10 months ago)
- Topics: dext, dext-plugin, github, repository, search
- Language: JavaScript
- Homepage:
- Size: 3.4 MB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dext-github-plugin
[](https://travis-ci.org/vutran/dext-github-plugin) [](https://coveralls.io/github/vutran/dext-github-plugin) [](LICENSE)
> [Dext](https://github.com/vutran/dext) plugin to search for Github repositories.

## Install
```bash
$ dpm install dext-github-plugin
```
*Requires [Dext](https://github.com/vutran/dext).*
## Usage
In Dext, type `gh`, then your query.
## Related
- [dext](https://github.com/vutran/dext) - The Dext smart launcher
- [dext-default-theme](https://github.com/vutran/dext-default-theme) - The default theme for Dext
## Contributing
1. Clone to repository.
2. Install dependencies
**With `npm`:**
```
$ npm install
```
**With [`yarn`](https://github.com/yarnpkg/yarn):**
```
$ yarn
```
3. Run tests: `npm t`
## License
MIT © [Vu Tran](https://github.com/vutran/)