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