UNPKG

octokit-fetch-all-repos

Version:

Fetch all repos for a GitHub org/user/team, including/excluding archived, forked etc

8 lines (6 loc) 141 B
import plugin from "./fetch-repos.js"; export default function (octokit) { return { fetchAllRepos: plugin.bind(null, octokit), }; }