UNPKG

@softwareventures/maintain-project

Version:

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

9 lines 230 B
export function projectTemplateId(project) { switch (project.target) { case "npm": return "node"; case "webapp": return "webpack"; } } //# sourceMappingURL=project-template-id.js.map