# Packages
# README
solar
š°ļø Clone all your starred GitHub repos
ā What is solar?
Solar is a command line tool for cloning every repo that your github account has starred (as long as it is public). It is designed for offline use and was created for the hackclub Zephyr trip. It will clone repos under the file format of ./OWNER/NAME
. Besides cloning solar also allows you to search over the cloned repos making it easy to find what you might be looking for. Searching is currently planned for solar version 2.0.
š Install
š macOS
Simply install via the homebrew homebrew-tap:
brew install gleich/homebrew-tap/solar
š„ļø Linux and Windows
You can grab the binary from the latest release
š Commands
š°ļø solar download
solar download
will download all starred repos and will ask you a few questions before running. When it comes to making the PAT (personal access token) you can just create one with no scopes selected.
š Contributing
Before contributing please read the CONTRIBUTING.md file.