tiny-engine/packages/engine-cli
chilingling d158fcd9aa
v2.0.0-rc.0
2024-10-30 22:49:04 -07:00
..
bin feat(cli): add build script & update template (#582) 2024-06-18 19:56:01 +08:00
src fix: cli generate platform issue (#859) 2024-10-15 09:16:34 +08:00
template feat: editorInfo migrate to globalService (#702) 2024-10-26 17:46:21 +08:00
.npmrc feat(cli): add build script & update template (#582) 2024-06-18 19:56:01 +08:00
README.md feat: add simple plugin template (#615) 2024-06-30 19:08:49 +08:00
README.zh-CN.md feat: add simple plugin template (#615) 2024-06-30 19:08:49 +08:00
package.json v2.0.0-rc.0 2024-10-30 22:49:04 -07: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