tiny-engine/packages/engine-cli
xuanlid 484898fd0a
fix: Modify max-old-space-size (#1825)
2026-07-23 17:17:00 +08:00
..
bin feat(cli): add build script & update template (#582) 2024-06-18 19:56:01 +08:00
src feat!: registry support hotfix (#1349) 2025-06-05 16:43:35 +08:00
template fix: Modify max-old-space-size (#1825) 2026-07-23 17:17:00 +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 v2.11.0 (#1822) 2026-07-14 14:58:50 +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