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 |
--display-name <displayName> | Set the display name |
--description <description> | Set the description |
--api-url <url> | Twenty instance URL (default: http://localhost:2020) |
--authentication-method <method> | oauth or apiKey (default: apiKey for local, oauth for remote) |
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 --local to re-authenticate.yarn twenty dev is running — it auto-generates the typed client.