packages/create-twenty-app/README.md
</picture>
<a href="https://www.npmjs.com/package/create-twenty-app"></a> <a href="https://github.com/twentyhq/twenty/blob/main/LICENSE"></a> <a href="https://discord.gg/cx5n4Jzs57"></a>
</div>The official scaffolding CLI for building apps on top of Twenty CRM. Sets up a ready-to-run project with twenty-sdk.
npx create-twenty-app@latest my-twenty-app
cd my-twenty-app
yarn twenty dev
The scaffolder will:
twenty CLI| Flag | Description |
|---|---|
--example <name> | Initialize from an example |
--name <name> | Set the app name (skips the prompt) |
--display-name <displayName> | Set the display name (skips the prompt) |
--description <description> | Set the description (skips the prompt) |
--skip-local-instance | Skip the local server setup prompt |
By default (no flags), a minimal app is generated with core files and an integration test. Use --example to start from a richer example:
npx create-twenty-app@latest my-twenty-app --example hello-world
Examples are sourced from twentyhq/twenty/packages/twenty-apps/examples.
Full documentation is available at docs.twenty.com/developers/extend/apps:
docker info), then try yarn twenty server logs.yarn twenty remote add.yarn twenty dev is running — it auto-generates the typed client.