https://github.com/codedotjs/repogit
:zap: Search GitHub repositories from the command line.
https://github.com/codedotjs/repogit
cli cli-app github repository
Last synced: 2 months ago
JSON representation
:zap: Search GitHub repositories from the command line.
- Host: GitHub
- URL: https://github.com/codedotjs/repogit
- Owner: CodeDotJS
- License: mit
- Created: 2017-11-29T19:58:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T20:31:55.000Z (about 8 years ago)
- Last Synced: 2024-12-18T15:13:55.494Z (about 1 year ago)
- Topics: cli, cli-app, github, repository
- Language: JavaScript
- Size: 602 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Search GitHub repositories from the command line!
## Install
```
$ npm install --global repogit
```
## Usage
```
Usage : repogit
: repogit [commands]
: repogit [commands]
Commands :
-search Normal search
-best--match Find the best match
-most--stars Find repositories with most stars
-few--stars Find repositories with the least stars
-most--forks Find repositories with most forks
-few--forks Find repositories with lest forks
-recently--updated Find recently updated repositories
-least-recently--updated Find least recently updated repositories
Help :
$ repogit nodejs
$ repogit google -most--stars
$ repogit "twitter bot js" -search 2
$ repogit "github bot" -recently--updated 3
```
## Preview

## License
MIT © [Rishi Giri](http://rishigiri.ml)