gifc generates github issues from TODO comment in source code.
go install github.com/masibw/gifc@latestYou must provide your github private token(with repo scope).
GITHUB_TOKEN=your_token gifcIf the source code contains the following TODO comment, a github issue will be created automatically.
// TODO: we must implement this.