packages/twenty-sdk/README.md
</picture>
<a href="https://www.npmjs.com/package/twenty-sdk"></a> <a href="https://github.com/twentyhq/twenty/blob/main/LICENSE"></a> <a href="https://discord.gg/cx5n4Jzs57"></a>
</div>A CLI and SDK to develop, build, and publish applications that extend Twenty CRM.
The recommended way to start is with create-twenty-app:
npx create-twenty-app@latest my-app
cd my-app
yarn twenty dev
Full documentation is available at docs.twenty.com/developers/extend/apps:
If you are adding twenty-sdk to an existing project instead of using create-twenty-app:
yarn add twenty-sdk twenty-client-sdk
Then add a twenty script to your package.json:
{
"scripts": {
"twenty": "twenty"
}
}
Run yarn twenty help to see all available commands.
The CLI stores credentials per remote in ~/.twenty/config.json. Run yarn twenty remote add to configure a remote, or yarn twenty remote list to see existing ones.
yarn twenty remote add to re-authenticate.yarn twenty dev to refresh the client and types.yarn twenty dev).git clone https://github.com/twentyhq/twenty.git
cd twenty
yarn install
npx nx run twenty-sdk:dev
npx nx run twenty-sdk:build
npx nx run twenty-sdk:start -- <command>