UNPKG

@softwareventures/maintain-project

Version:

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

5 lines 227 B
import { readProjectIgnore } from "../project/read-ignore.js"; export async function readGitProject(project) { return readProjectIgnore(project, ".gitignore").then(ignore => ({ ignore })); } //# sourceMappingURL=read.js.map