Export all issues from a GitHub repository to one markdown file. It'll help you to share knowledge of project with your AI/ChatGPT.
You need to create a personal access token to use this package. Please refer to this page to create a personal access token.
export GH_TOKEN=<your personal access token>
npx export-all-issues-to-md <org>
npx export-all-issues-to-md <org>/<repo>
npx export-all-issues-to-md <org>/<repo> <file>
npx export-all-issues-to-md <org>/<repo> <file> <token>
MIT
See CHANGELOG.md