OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add encoredev/skills --skill encore-getting-started
Bootstrap a brand-new Encore.ts project from zero. Only for first-time CLI install and `encore app create` — not for architecture or feature questions.
npx skills add encoredev/skills --skill encore-getting-started
A minimal Encore.ts app:
This file marks the root of your Encore app. The id is your app's unique identifier.
Create encore.service.ts to define a service:
The dashboard shows:
| Command | Description |
|---|---|
encore run | Start the local development server |
encore test | Run tests |
encore db shell <db> | Open a psql shell to a database |
encore gen client | Generate API client code |
encore app link | Link to an existing Encore Cloud app |
Create a migration:
encore-api skill)encore-auth skill)encore-pubsub), cron jobs (encore-cron), buckets (encore-bucket), secrets (encore-secret), or caching (encore-cache)encore app link then git push encore