Skip to content

Uses Google’s repo tool to manage all GitHub projects in a unified manifest.

Notifications You must be signed in to change notification settings

diskria/spectrum

Repository files navigation

🌈 Spectrum

Inspired by Google Repo

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.

Sync

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)

Resulting structure

After syncing, you’ll have a consistent project tree, for example:

workspace/ ├─ diskria/ │ ├─ diskria/ │ ├─ projektor/ │ └─ spectrum/ ├─ organizationA/ │ └─ project1/ ├─ organizationB/ │ └─ project2/ └─ organizationC/ └─ project3/

Why

  • 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

About

Uses Google’s repo tool to manage all GitHub projects in a unified manifest.

Resources

Stars

Watchers

Forks