mirror of
https://github.com/onyx-and-iris/ignr.git
synced 2025-07-26 22:01:57 +00:00
ignr-cli
Simple no-frills .gitignore generator backed by the Github API.
Install
go install github.com/onyx-and-iris/ignr-cli@latest
Authentication
You can run this tool without authenticating but requests will have a stricter rate limiting.
If you prefer to authenticate you can pass a token in the following ways:
Flag
- --token/-t: Github API Token
Environment Variable
#!/usr/bin/env bash
export GH_TOKEN=<API Token>
Commands
New
Trigger the selection prompt.
ignr-cli new
The prompt filter can activated by pressing /
:
Special Thanks
- Charm for their awesome CLI packages.
Languages
Go
100%