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
- Host: GitHub
- URL: https://github.com/tikrack/github_cloner
- Owner: tikrack
- Created: 2024-09-12T09:49:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T10:03:50.000Z (over 1 year ago)
- Last Synced: 2025-01-17T03:39:29.003Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
];
```