e62142ad创建于 2025年8月26日历史提交
文件最后提交记录最后更新时间
2 年前
1 年前
1 年前
2 年前
1 年前
1 年前
1 年前
README

engine-cli

用于创建 tiny-engine 平台或者插件的 cli

开发

npm run dev    # build in watch mode
npm run build  # build engine-cli
npm link       # after link, you can test engine-cli commands use: engine-cli create xxx

使用

根据 prompt 提示进行选择创建

# 根据提示选择创建类型以及项目名称
npx @opentiny/tiny-engine-cli@latest create

创建平台

# 创建一个名为  my-designer 的低代码平台
npx @opentiny/tiny-engine-cli@latest create-platform my-designer

创建插件

# 创建名为 my-tiny-engine-plugin 的 tiny-engine 插件
npx @opentiny/tiny-engine-cli@latest create-plugin my-tiny-engine-plugin

创建主题

# 创建名为 my-tiny-engine-theme 的 tiny-engine 主题
npx @opentiny/tiny-engine-cli@latest create-theme my-tiny-engine-theme

TODO: