@mongez/gnz
Version:
Generator Z, the next generation of scaffolding tools.
10 lines • 431 B
TypeScript
import { ExecutableGenerator, ExecuterOptions, Generator } from "./types";
export type GNZOptions = {
generators?: Generator<any>[];
execute?: ExecutableGenerator<any>[];
};
export declare function gnz(options: () => GNZOptions): Promise<void>;
export declare namespace gnz {
var execute: (generator: ExecutableGenerator<any>, executeOptions?: ExecuterOptions<any>) => Promise<any>;
}
//# sourceMappingURL=main.d.ts.map