MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / buildDev

Function buildDev

scripts/generateLlmsText.js:212–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212function buildDev() {
213 const lines = DEV_LINKS.map(d => `- [${d.label}](${d.url}): ${d.note}`);
214 return section('Development', lines);
215}
216
217function generateMarkdown(categories) {
218 const categorySections = CATEGORY_ORDER.filter(cat => categories[cat]).map(cat =>

Callers 1

generateMarkdownFunction · 0.85

Calls 1

sectionFunction · 0.85

Tested by

no test coverage detected