@dithrkit/create
v0.2.0
Published
Scaffold a new dithr project — use with npm create @dithrkit
Downloads
955
Maintainers
Readme
@dithrkit/create
Scaffold a new dithr project.
Usage
npm create @dithrkit my-gameOptions
--template, -t <name> Template to use (blank, platformer)
--typescript, --ts Scaffold a TypeScript projectExamples
# JavaScript project with the blank template
npm create @dithrkit my-game
# TypeScript project with the platformer template
npm create @dithrkit my-game --ts --template platformerWhat gets created
my-game/
├── cart.json
├── package.json
├── eslint.config.js
├── .prettierrc
├── .editorconfig
├── .gitignore
├── README.md
├── src/
│ └── main.js (or main.ts)
└── assets/
├── sprites/
├── maps/
├── sfx/
└── music/License
MIT
