A TypeScript CLI for interacting with GitHub repositories, issues, and workflows from your terminal.
- Node.js >= 20
$ npm i -g @waffledood/gittyWhen using gitty for the first time, you will need to set it up. Run the command:
$ gitty auth setup$ gitty auth setup
✔ Enter your GitHub username: cowboy-randy
✔ Username is cowboy-randy, confirm? Yes
✔ Enter your GitHub personal access token:
Setup complete.# List your GitHub repositories
$ gitty repo list
# Re-run setup (update username or token)
$ gitty auth setup
# Show all available commands
$ gitty --help