@ibgib/build-gib
v0.0.3
Published
Centralized build orchestration for the ibgib monorepo.
Readme
@ibgib/build-gib
Centralized build orchestration system for the IbGib monorepo.
🏗️ Architecture
The system is built on a custom, inheritance-based orchestration engine:
Build: Abstract base class for all build tasks.TscBuild: Orchestrates TypeScript compilations for libraries.EsbuildBuild: Orchestrates bundling and dev servers for applications.
⛓️ Chain Orchestration
The library includes specialized orchestrators for managing multi-project dependencies:
ChainTest: Executes tests across the dependency graph in topological order.ChainPack: Bumps versions and packs the entire affected chain.
