gh-eco
🦎 github cli (gh) extension to explore the ecosystem
Installation
-
install the
gh
cli – see the installationInstallation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions.
-
install this extension:
gh extension install coloradocolby/gh-eco
Manual Installation
If you want to install this extension manually, follow these steps:
-
clone the repo
# git git clone https://github.com/coloradocolby/gh-eco # GitHub CLI gh repo clone coloradocolby/gh-eco
-
cd
into itcd gh-eco
-
build it
gh build
-
install it locally
gh extension install .
Usage
to run:
gh eco
to upgrade:
gh extension upgrade eco
Contributing
All contributions are greatly appreciated.
If you have a suggestion that would make gh-eco
better, please fork the repo and
create a pull request. You can
also simply open an issue and select Feature Request
- Fork the repo
- Create your feature branch (
git checkout -b [your_username]/xyz
) - Commit your changes (
git commit -m 'add some xyz'
) - Rebase off main (
git fetch --all && git rebase origin/main
) - Push to your branch (
git push origin [your_username]/xyz
) - Fill out pull request template
See the open issues for a full list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE.md for more information.
Acknowledgments
Check out these amazing projects that inspired gh-eco
!