UNPKG

@luban-cli/cli-plugin-service

Version:
5 lines (4 loc) 233 B
export declare function produceBoilerplate(context: string): Promise<void>; export declare function produceRoutesAndStore(context: string): Promise<void>; declare function produce(force?: boolean): Promise<void>; export { produce };