12 lines
253 B
Markdown
12 lines
253 B
Markdown
# Botpress SDK
|
|
|
|
Official Botpress SDK for TypeScript. Made for building bots, plugins and integrations as code.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
npm install --save @botpress/sdk # for npm
|
|
yarn add @botpress/sdk # for yarn
|
|
pnpm add @botpress/sdk # for pnpm
|
|
```
|