create-domphy
v0.16.0
Published
Scaffold a runnable Domphy starter project (npm create domphy@latest)
Downloads
278
Maintainers
Readme
create-domphy
Scaffold a runnable Domphy starter project.
npm create domphy@latest my-app
# or
npm init domphy@latest my-appThis creates a Vite + TypeScript project wired to @domphy/ui, with a working
reactive counter, theming via themeApply(), and an AGENTS.md so AI tools in
the project produce idiomatic Domphy code.
Usage
create-domphy <dir> [--template spa]If no directory is given, you are prompted for one (. for the current
directory). The only template currently shipped is spa (single-page app).
After scaffolding:
cd my-app
npm install
npm run dev