tiny-engine/packages/engine-cli
chilingling c50c8aa7ab
feat: support npmmirror cdn (#1220)
2025-03-19 15:47:48 +08:00
..
bin feat(cli): add build script & update template (#582) 2024-06-18 19:56:01 +08:00
src feat: Modify the theme switching logic and add a new theme template to CLI. (#1143) 2025-03-13 11:26:47 +08:00
template feat: support npmmirror cdn (#1220) 2025-03-19 15:47:48 +08:00
.npmrc feat(cli): add build script & update template (#582) 2024-06-18 19:56:01 +08:00
README.md feat: Modify the theme switching logic and add a new theme template to CLI. (#1143) 2025-03-13 11:26:47 +08:00
README.zh-CN.md feat: Modify the theme switching logic and add a new theme template to CLI. (#1143) 2025-03-13 11:26:47 +08:00
package.json chore: update version v2.3.0 (#1192) 2025-03-07 14:06:33 +08:00

README.md

engine-cli

tiny-engine cli for create new designer/plugin/...

dev

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

usage

create platform or plugin by prompt

# dynamic create platform or plugin by complete prompt
npx @opentiny/tiny-engine-cli@latest create

create a tiny-engine platform

npx @opentiny/tiny-engine-cli@latest create-platform my-designer

create a tiny-engine plugin

npx @opentiny/tiny-engine-cli@latest create-plugin my-plugin

create a tiny-engine theme

npx @opentiny/tiny-engine-cli@latest create-theme my-theme