Skip to content

Getting Started

Terminal window
npm install @libar-dev/delivery-process
delivery-process.config.ts
import { defineConfig } from '@libar-dev/delivery-process/config';
export default defineConfig({
preset: 'generic',
});

Add the @docs opt-in marker to any TypeScript file you want to include:

/**
* @docs
* @docs-category core
* @docs-extract-shapes UserSchema
*
* ## User Management
*
* Handles user creation and validation.
*/
Terminal window
npx generate-docs
Terminal window
npx process-api overview
npx process-api context MyPattern --session implement