UNPKG

@tuzki/cli

Version:

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

10 lines (9 loc) 438 B
import { ProjectType } from '@tuzki/scaffold-types'; export declare const TipsText: Record<ProjectType, string>; export declare const EXTRA_MODULE: ProjectType[]; /** 项目构建出口目录 */ export declare const DIST_PATH = "dist"; /** zip 压缩路径 */ export declare const ZIP_PATH = "source.zip"; /** tuzki 专用变量 */ export declare const __SECRET_INTERNALS__ = "__SECRET_TUZKI_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED__";