A manifest repository that brings all projects together into a single AOSP-style tree. Instead of managing repositories one by one, you can sync everything at once and always get a consistent project layout.
Run this one-liner to install repo, init the manifest and sync all repositories:
bash <(curl -s https://raw.githubusercontent.com/diskria/spectrum/main/sync.sh)After syncing, you’ll have a consistent project tree, for example:
workspace/ ├─ diskria/ │ ├─ diskria/ │ ├─ projektor/ │ └─ spectrum/ ├─ organizationA/ │ └─ project1/ ├─ organizationB/ │ └─ project2/ └─ organizationC/ └─ project3/- Keep all repositories under one roof
- Fixed and consistent paths across environments
- Simple local setup and navigation
- Perfect for cross-project development and quick context switching