0.0.5 • Published 10 months ago

goff v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

0.0.5

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago