twenty-sdk
A lightweight TypeScript SDK for Twenty CRM.
Installation
npm install twenty-sdk
# or
yarn add twenty-sdk
Usage
import { /* your exports */ } from 'twenty-sdk';
Development
# Build
npx nx build twenty-sdk
# Lint
npx nx lint twenty-sdk
A lightweight TypeScript SDK for Twenty CRM.
npm install twenty-sdk
# or
yarn add twenty-sdk
import { /* your exports */ } from 'twenty-sdk';
# Build
npx nx build twenty-sdk
# Lint
npx nx lint twenty-sdk