An easier way to simultaneously develop across multiple interdependent repositories.
Keep reading to learn how to install, configure and use XRepo!
sample blah blah
The easiest way to install XRepo is with pip, but you can also install XRepo with your linux distribution's package manager.
It is recommended to install XRepo within a fresh python virtual environment.
pip install xrepo
yay -S xrepo
You can install the latest stable version of dooit with Homebrew:
brew install xrepo
Alternatively, you can install the most recent development version of dooit:
brew install xrepo --HEAD
Some features that XRepo comes with:
- An interactive & beautiful UI.
- Complete git and GitHub CLI integration.
- Configurable workspaces with TOML and .env files.
- Docker and docker-compose support.
- Automated testing (requires configuration).
- Extendable with support for custom scripts!
Note: See CHANGELOG.md to get more details on changes and feature additions!
- Want to contribute? Feel free to open a PR!
- Got some ideas for improvements? I'm all ears!