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