cli: create: allow non-interactive create (#137)

This commit is contained in:
dswbx
2025-04-03 09:17:29 +02:00
committed by GitHub
parent a5ec40c517
commit 0b41aa5a2d
3 changed files with 30 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ export type TemplateSetupCtx = {
template: Template;
dir: string;
name: string;
skip: boolean;
};
export type Integration =