UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

5 lines 212 B
import { writeProjectText } from "./write-text.js"; export async function writeProjectYaml(project, path, yaml) { return writeProjectText(project, path, String(yaml)); } //# sourceMappingURL=write-yaml.js.map