A cli tool built using rust to clone git subdirectories.
Download the cli tool
macos:
(cd ~ && curl https://github.com/apinanyogaratnam/clone-git-subdirectory/raw/main/binaries/cgs-macos --output cgs && chmod +x ./cgs && echo "alias cgs='~/cgs'" >> ~/.zshrc)
Note: you may need to restart your terminal
cgs https://github.com/apinanyogaratnam/opensea-wrapper/tree/master/example
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.