https://github.com/Roche/foxops
Templating for Git Repositories
https://github.com/Roche/foxops
Last synced: 3 months ago
JSON representation
Templating for Git Repositories
- Host: GitHub
- URL: https://github.com/Roche/foxops
- Owner: Roche
- License: apache-2.0
- Created: 2022-06-30T12:12:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T22:19:18.000Z (4 months ago)
- Last Synced: 2025-01-15T23:50:24.904Z (3 months ago)
- Language: Python
- Homepage: https://foxops.readthedocs.io
- Size: 5.93 MB
- Stars: 48
- Watchers: 7
- Forks: 6
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- top-pharma50 - **Roche/foxops** - 05-27 19:22:11 | (Ranked by starred repositories)
- top-pharma50 - **Roche/foxops** - 05-27 19:22:11 | (Ranked by starred repositories)
README
# foxops 🦊


Foxops is a tool that helps to create Git repositories from a template file structure. It serves as a central tool for maintaining an overview of all repositories created from a template, including their versions and the data used to fill placeholders.
Moreover, foxops can keep these repositories up-to-date with any changes made to the template, even if changes were made to the target repository ('incarnation') in the meantime.

Some example use cases for this tool include:
* Keeping multiple microservice repositories updated with a common CI/CD configuration or build tooling template
* Managing a number of infrastructure-as-code repositories based on a common template (e.g., dev/staging/prod environments)## Documentation
The documentation and installation instructions are available here: https://foxops.readthedocs.io
## Alternatives
* [cookiecutter](https://github.com/cookiecutter/cookiecutter) - probably one of the most popular file-system templating tools
* [copier](https://github.com/copier-org/copier) - another CLI application for file-system templating