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

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.

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)