@tonytang99/integration-core
v1.2.0
Published
Core pipeline framework for integration platform
Downloads
13
Readme
@tonytang99/integration-core
Core pipeline framework for building integration workflows.
Installation
npm install @tonytang99/integration-coreUsage
import { createContext, BasePhase } from '@tonytang99/integration-core';
// Create a custom phase
class MyPhase extends BasePhase {
// ... implementation
}