UNPKG

@tuzki/cli

Version:

🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️

8 lines (7 loc) 255 B
import { StartCommandArgs } from '@tuzki/scaffold-types'; /** * 1. 开发端口校验 * 2. 参数处理 * 3. 运行 service.run ,运行插件,并执行 command start */ export declare const start: (commandArgs: StartCommandArgs) => Promise<void>;