A simple CLI searcher/cloner of Github repositories.
Install via NPM
$ npm install -g github-searcher
or via Git clone
$ git clone https://github.com/caiofsouza/github-searcher.git
$ cd github-searcher
$ npm install -g
Type the repository name:
Or owner/repository:
Select the repository that you want to clone:
It will be cloned to the current path:
MIT © Caio Fernandes.