MCPcopy Index your code
hub / github.com/awesome-opencode/awesome-opencode / writeReadme

Function writeReadme

scripts/utils/template.js:75–78  ·  view source on GitHub ↗

* Write the final README * @param {string} content - Generated README content

(content)

Source from the content-addressed store, hash-verified

73 * @param {string} content - Generated README content
74 */
75function writeReadme(content) {
76 const readmePath = path.join(__dirname, '../../README.md');
77 fs.writeFileSync(readmePath, content, 'utf8');
78}
79
80module.exports = {
81 readTemplate,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected