create-melonjs
v1.0.0
Published
Create a new melonJS game project
Downloads
121
Maintainers
Readme
create-melonjs
Scaffold a new melonJS game project in seconds.
Usage
npm create melonjs my-game
cd my-game
npm install
npm run devThis downloads the melonJS TypeScript boilerplate and sets up a ready-to-run game project with:
- melonJS — lightweight HTML5 game engine
- TypeScript — type-safe JavaScript (also works with plain JS)
- Vite — fast dev server and bundler
- Debug plugin — auto-loaded in development mode
