Getting Started
Installation
Section titled “Installation”npm install @libar-dev/delivery-processQuick Setup
Section titled “Quick Setup”1. Create a configuration file
Section titled “1. Create a configuration file”import { defineConfig } from '@libar-dev/delivery-process/config';
export default defineConfig({ preset: 'generic',});2. Annotate your source files
Section titled “2. Annotate your source files”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. */3. Generate documentation
Section titled “3. Generate documentation”npx generate-docs4. Query delivery state
Section titled “4. Query delivery state”npx process-api overviewnpx process-api context MyPattern --session implementNext Steps
Section titled “Next Steps”- Follow the Tutorial for a complete hands-on walkthrough
- Read the Methodology to understand the core thesis
- Explore the Configuration Guide for preset options
- Check the Data API Reference for all CLI commands