create-theda-app
v0.2.6
Published
Create a new Theda app
Downloads
57
Readme
create-theda-app
Create a new Theda app with one command.
Usage
npx create-theda-app my-app
cd my-app
git init
npx theda devThat's it. Your app is running at http://localhost:4321 with Studio at http://localhost:4321/_studio.
What you get
my-app/
theda.config.ts — your app definition (routes, commands, workflows)
package.json — dependencies and scripts
tsconfig.json — TypeScript config
eslint.config.js — ESLint with Theda rules
tests/
app.test.ts — starter testScripts
npm run dev # Start the dev server
npm run build # Build for deployment
npm run check # Validate the manifest
npm test # Run tests
npm run lint # Lint with Theda ESLint rulesLicense
Apache-2.0
