An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Ghitgud


A simple CLI to give superpowers to GitHub.


Usage GIF

## 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:


GitHub Sponsors
 

Kofi

## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/ghitgud/blob/main/LICENSE).