/github-searcher

A simple CLI searcher/cloner of Github repositories

Primary LanguageJavaScriptMIT LicenseMIT

GitHub Searcher

npm

A simple CLI searcher/cloner of Github repositories.

Install

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

Usage

Type the repository name:

Or owner/repository:

Select the repository that you want to clone:

It will be cloned to the current path:

LICENSE

MIT © Caio Fernandes.