create-dolittle-microservice
Version:
In Norse mythology, the Vanir are a group of gods associated with health, fertility, wisdom, and the ability to see the future.
13 lines • 467 B
TypeScript
export declare const argv: any;
export declare function launchWizard(): void;
export declare function createMicroservice({ name, ui, portal, targetDirectory, id }: {
name: string;
ui?: boolean;
portal?: boolean;
targetDirectory?: string;
id?: string;
}): Promise<{
changes: import("@dolittle/vanir-cli").PlopActionHooksChanges[];
failures: import("@dolittle/vanir-cli").PlopActionHooksFailures[];
}>;
//# sourceMappingURL=creation.d.ts.map