import fse from 'fs-extra' import { join } from 'path' const { writeFile } = fse async function createReadmeContent(folderPath: string, projectName: string) { const content = /* html */ `