MCPcopy Create free account
hub / github.com/api-platform/website / getContributors

Function getContributors

pwa/contributors.js:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const path = require("path");
4
5async function getContributors() {
6 const allContributors = await getAllContributors();
7 fs.writeFileSync(
8 path.join(process.cwd(), "data/contributors.json"),
9 JSON.stringify(allContributors, null, 2),
10 "utf-8"
11 );
12}
13
14getContributors();

Callers 1

contributors.jsFile · 0.70

Calls 1

getAllContributorsFunction · 0.90

Tested by

no test coverage detected