MCPcopy
hub / github.com/loopbackio/loopback-next / updateTable

Function updateTable

bin/update-monorepo-file.js:46–51  ·  view source on GitHub ↗
(packages)

Source from the content-addressed store, hash-verified

44}
45
46function updateTable(packages) {
47 const header = ['Package', 'npm', 'Description'];
48 const rows = packages.map(getPackageFields);
49
50 return createMarkdownTable([header, ...rows]);
51}
52
53async function updateMonorepoFile() {
54 const packages = await getSortedPackages();

Callers 1

updateMonorepoFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected