ExamplesAutofill a form
Autofill a form
Autofill a form
Get started with Doable NPM Package
Prerequisites
- Node.js 16.x
- Yarn 1.x
Installation
- Install the SDK
// npm
npm install @doable.sh/sdk
// pnpm
pnpm i @doable.sh/sdk
// yarn
yarn add @doable.sh/sdk
- Import the components
import { ComponentContext, UserContext, TaskDefinition, startTask } from '@doable.sh/sdk';
- Leverage the components in your app. Learn more in the following articles:
- Auto-execute a task
- Create a quick action
- Supply user information to LLM
- Supply custom context about a component or page in your app
- Serve http://localhost:3000 or development port to see results.