[READ-ONLY] Mirror of https://github.com/danielroe/goff. Sync GitHub issues offline into a local folder
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 84.4%
JavaScript 4.3%
Other 11.3%
275 4 5

Clone this repository

https://git.vm.fail/danielroe.dev/goff https://git.vm.fail/did:plc:3hd3rbsbzb3vwu2fs6lyn5j4
ssh://git@knot1.tangled.sh:2222/danielroe.dev/goff ssh://git@knot1.tangled.sh:2222/did:plc:3hd3rbsbzb3vwu2fs6lyn5j4

For self-hosted knots, clone URLs may differ based on your setup.


README.md

goff#

npm version npm downloads Github Actions Codecov

Sync GitHub issues offline into a local folder

🚧 This CLI is heavily in development - and contribution is welcome! But do expect changes in the public API...

Usage#

Run the sync command within the root of a Git repo. It will create a .goff folder and populate it with Markdown files corresponding to the GitHub issues in your repository.

npx goff@latest sync

# npx goff@latest sync --closed --repo unjs/fontaine

If you are hitting a GitHub rate limit you can create a token here and provide it:

npx goff@latest auth --token <GitHub token>

💻 Development#

  • Clone this repository
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License#

Made with ❤️

Published under MIT License.