@wukong-kit/create
v0.1.2
Published
Wukong Cocos Creator project scaffolding CLI
Readme
@wukong-kit/create
Scaffolding CLI for Wukong Kit Cocos Creator projects.
npm create @wukong-kit my-game
npx @wukong-kit/create my-gameThe command creates a Cocos Creator project template with Wukong core bootstrap code, a local editor extension, and module registry configuration. It runs npm install automatically after the project is created.
To skip dependency installation:
npx @wukong-kit/create my-game --skip-install