Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (18 loc) · 1.06 KB

ghcloneall

ghcloneall is a simple Go tool that allows you to clone all repositories from a specified user or organization on GitHub.

Installation

To install ghcloneall, you can use the go install command. Make sure you have Go installed on your system.

go install github.com/askath/ghcloneall@latest

This command will download, build, and install the ghcloneall tool to your Go bin directory. Make sure that your Go bin directory is included in your system's PATH so that you can run the ghcloneall command from anywhere in your terminal.

Usage

Once installed, you can use the ghcloneall command to clone all repositories from a specified user or organization on GitHub. For example:

ghcloneall

Enter your username on the prompt and proceed with enter.

License

This project is licensed under the MIT License - see the LICENSE file for details.

You can include additional sections such as "Usage", "Contributing", "License", and "Acknowledgements" as needed for your project. This is a basic template to get you started.