@guidanti/backstage-github-discussions-fetcher
v0.4.0
Published
This package was created to convert the output of [`github-discussions-fetcher`](../github-discussions-fetcher/README.md) into an async interable so that it can be used in a [Backstage search collator](https://backstage.io/docs/features/search/collators).
Downloads
257
Readme
Backstage GitHub Discussions Fetcher
This package was created to convert the output of github-discussions-fetcher
into an async interable so that it can be used in a Backstage search collator.
Development
This project was written using Deno.
To start the querying workflow, run the following comand:
deno task dev
This package requires that you have
GITHUB_TOKEN
configured in your local environment to authenticate with GitHub.