Leaderboard github plugin
Add the plugin to your config.yaml:
leaderboard:
plugins:
leaderboard-github-plugin:
source: "@leaderboard/plugin-leaderboard-github-plugin"
config:
# TODO: Add your plugin configuration options here- Build the plugin:
pnpm build-
Add the plugin to your
config.yaml(see Configuration above) -
Run the plugin runner:
pnpm data:scrape# Build the plugin
pnpm build
# Run tests
pnpm test
# Watch mode
pnpm test:watchMIT