A Star Wars themed Julia monorepo demonstration.
- TheForce - Base package with core Force functionality
- TheEmpire - Sith lords and TIE fighters
- TheResistance - Jedi and X-wing fighters
- StarWarsApp - Main application orchestrating epic battles
using StarWarsApp
result = battle() # Returns :resistance_winsThis monorepo demonstrates:
- Julia package development in monorepo structure
- Proper dependency management between local packages
- GitHub Actions CI/CD with coverage aggregation
- Reexporting patterns for clean user APIs