Create an Operator

Creating your first operator

Get started with Doable NPM Package

Prerequisites

  • Node.js 16.x
  • Yarn 1.x

Installation

  1. Install the SDK
// npm
npm install @doable.sh/sdk
 
// pnpm
pnpm i @doable.sh/sdk
 
// yarn
yarn add @doable.sh/sdk
  1. Import the components
import { ComponentContext, UserContext, TaskDefinition, startTask } from '@doable.sh/sdk';
  1. Leverage the components in your app. Learn more in the following articles:
  1. Serve http://localhost:3000 or development port to see results.