astro-ghostcms/packages/create-astro-ghostcms/index.d.ts

10 lines
203 B
TypeScript
Raw Normal View History

2024-01-27 20:06:41 +00:00
export interface Context {
dryRun: boolean;
installDeps: boolean;
initGitRepo: boolean;
pkgManager: "npm" | "yarn" | "pnpm" | null;
args: string[];
}
2024-01-28 06:29:13 +00:00
export type Template = ["basic","starterkit"];