UNPKG

@gati-framework/cli

Version:

CLI tool for Gati framework - create, develop, build and deploy cloud-native applications

7 lines 222 B
/** * @module cli/commands/create * @description Create command for scaffolding new Gati projects */ import { Command } from 'commander'; export declare const createCommand: Command; //# sourceMappingURL=create.d.ts.map