A declarative installation engine for managing project modules.
- Install features like modules
- Remove them without breaking your app
- No manual file editing
- Deterministic install/uninstall
- Dependency-aware execution
bun add @ankhorage/orchestratororchestrator.install("expo-localization");
orchestrator.uninstall("expo-localization");- Feature-based app composition
- Safe project scaffolding
Typical tools are one-way. This system enables reversible, structured changes.