https://github.com/airscripts/ghitgud
A simple CLI to give superpowers to GitHub.
https://github.com/airscripts/ghitgud
api cli github
Last synced: about 3 hours ago
JSON representation
A simple CLI to give superpowers to GitHub.
- Host: GitHub
- URL: https://github.com/airscripts/ghitgud
- Owner: airscripts
- License: gpl-3.0
- Created: 2025-06-10T11:10:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T10:23:58.000Z (10 months ago)
- Last Synced: 2026-04-17T04:15:43.301Z (10 days ago)
- Topics: api, cli, github
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Ghitgud
A simple CLI to give superpowers to GitHub.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Wiki](#wiki)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Installation
Follow the steps below to make use of Ghitgud.
Clone this repository:
```bash
npm install -g @airscript/ghitgud
```
## Usage
After installing you'll be able to access the CLI and its relative help command:
```bash
ghitgud help
```
Remember that to use the CLI you have to set a token and a repo with the format `username/repository` (e.g. airscripts/ghitgud):
```bash
ghitgud config set token `your-token-here`
ghitgud config set repo `username/repository`
```
> You can create your token with: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
## Wiki
For more in-depth help with the usage of this CLI, just check the wiki: https://github.com/airscripts/ghitgud/wiki
## Contributing
Contributions and suggestions about how to improve this project are welcome!
Please follow [our contribution guidelines](https://github.com/airscripts/ghitgud/blob/main/CONTRIBUTING.md).
## Support
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/ghitgud/blob/main/LICENSE).