@outbuild-company/schedule-core
v1.9.4
Published
Schedule business logic core — owns activities, links, calendars, autoscheduler and critical path. UI-agnostic.
Downloads
2,343
Readme
@outbuild-company/schedule-core
UI-agnostic schedule engine for activities, links, calendars, autoscheduling and critical-path calculation.
Install
npm install @outbuild-company/schedule-coreThe package exposes a single public entry point:
import { ScheduleCore } from '@outbuild-company/schedule-core';Schedule Core owns domain state and mutations. Consumers send commands through
ScheduleCore.dispatch() and translate the returned changes at their own UI
and persistence boundaries.
Development
npm ci
npm run typecheck
npm test
npm run buildThe build produces ESM, CommonJS, type declarations and a browser IIFE under
dist/.
