tiny-engine cli for create new designer/plugin/...
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
# dynamic create platform or plugin by complete prompt
npx @opentiny/tiny-engine-cli@latest create
npx @opentiny/tiny-engine-cli@latest create-platform my-designer
npx @opentiny/tiny-engine-cli@latest create-plugin my-plugin
npx @opentiny/tiny-engine-cli@latest create-theme my-theme