Download the PHP package damascene/repos-downloader without Composer
On this page you can find all versions of the php package damascene/repos-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download damascene/repos-downloader
More information about damascene/repos-downloader
Files in damascene/repos-downloader
Package repos-downloader
Short Description A small CLI application to download ALL public git repo for specific user on github
License MIT
Informations about the package repos-downloader
GitHub Repos Downloader
a fun project to download a full list of all the public repos for a github user
This project has only one main idea is to download all the public repos for specific github user.
Requirements
- PHP 7.2
- Composer
- Git
Installation
-
Clone the repository
- Run Composer
Global Installation
If you want you can install the package globally using composer
Using PHAR file
You have to download the phar file from the releases tab
Usage cases
- Run the clone command
First you need to decide which user's repositories you want to clone Second run the command (if you have clone it you should run the command from within the directory):
Replace the user with the user name and directory with the directoy you want to have all your data, for example the following command will clone all the public repositories for illuminate on my desktop on a directory called testing-global if this directory is not exists, it will be auto created.
[]
Why
To be honest I just built this so that I can download all the public repos without going over each and every one to clone them one by one. So this is only built for educational purpose, for example, in the next few months am planning to dive more into Illuminate packages, so this will help me to download them all not one by one.
TODO
Add the ability to pull the new updates instead of reclone them again.
All versions of repos-downloader with dependencies
guzzlehttp/guzzle Version ^6.3
symfony/console Version ^4.0
symfony/finder Version ^4.0
symfony/process Version ^4.0
symfony/filesystem Version ^4.0