UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

8 lines 434 B
import type { IProject } from "../../entities/Project"; import type { InputOptions } from "../../interfaces/InputOptions"; export declare function askCreateProjectQuestions(options?: InputOptions): Promise<IProject>; /** * Create new project & children app with pre-setup: git, cli, deployment,... */ export default function createProjectByForm(options: InputOptions): Promise<IProject>; //# sourceMappingURL=create-project.d.ts.map