A virtual monorepo for browser-actions. Managing distributed repositories with the convenience of a single codebase.
Clone all org repositories and create symlinks under workspaces/:
./setup.shEach repo is cloned as a sibling directory (e.g., ../setup-chrome) and symlinked into workspaces/ for unified access. The workspaces/ directory is gitignored.
| Repository | Description |
|---|---|
| actions-swing | Shared helper library used by the setup-* actions |
| setup-chrome | Install Chrome/Chromium |
| setup-firefox | Install Firefox |
| setup-edge | Install Microsoft Edge |
| setup-geckodriver | Install geckodriver |
| release-chrome-extension | Publish a Chrome extension to the Web Store |
| release-firefox-addon | Publish a Firefox addon to AMO |