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

https://github.com/tikrack/github_cloner

A nice github cloner
https://github.com/tikrack/github_cloner

Last synced: about 1 year ago
JSON representation

A nice github cloner

Awesome Lists containing this project

README

          

# github_clonner
A github clonner for all

## use
install php and run this command to terminal

```php
php index.php
```

and add repository url to code

### example:

```php
$repositories = [
"https://github.com/user/repo1",
"https://github.com/user/repo2",
"https://github.com/user/repo3"
];
```