@ankhorage/orchestrator
v0.2.2
Published
A declarative installation engine for managing project modules.
Downloads
1,439
Maintainers
Readme
orchestrator
A declarative installation engine for managing project modules.
🎯 What you get
- Install features like modules
- Remove them without breaking your app
- No manual file editing
✨ Features
- Deterministic install/uninstall
- Dependency-aware execution
🚀 Installation
bun add @ankhorage/orchestrator📦 Usage
orchestrator.install('expo-localization');
orchestrator.uninstall('expo-localization');🧪 Use Cases
- Feature-based app composition
- Safe project scaffolding
🧠 Why this exists
Typical tools are one-way. This system enables reversible, structured changes.
