UNPKG

@tuzki/cli

Version:

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

23 lines (22 loc) 858 B
/* * cli 常量文件 * * @Author: xu.jin * @Date: 2023-09-07 16:35:58 * * Copyright © 2014-2023 Rabbitpre.com. All Rights Reserved. */ export const TipsText = { ["cmplib" /* ProjectType.CMPLIB */]: '组件库', ["renderer-extension" /* ProjectType.RENDERER_EXTENSION */]: '扩展模块', ["business" /* ProjectType.BUSINESS */]: '业务库', ["plugin-center-module" /* ProjectType.PLUGIN_CENTER_MODULE */]: '插件中心模块', ["component" /* ProjectType.COMPONENT */]: '组件', }; export const EXTRA_MODULE = ["plugin-center-module" /* ProjectType.PLUGIN_CENTER_MODULE */]; /** 项目构建出口目录 */ export const DIST_PATH = 'dist'; /** zip 压缩路径 */ export const ZIP_PATH = 'source.zip'; /** tuzki 专用变量 */ export const __SECRET_INTERNALS__ = '__SECRET_TUZKI_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED__';