thc-devops-toolkit is a toolkit designed to simplify DevOps workflows, providing automation scripts and utilities to help developers and operations teams improve efficiency.
- Includes various built-in tools
- Easily extensible and customizable
git clone https://github.com/tcfwbper/thc-devops-toolkit.git
cd thc-devops-toolkit
bash dev/venv-create.sh <your_venv version>
source .venv/bin/activate
bash dev/bootstrap.shRefer to examples for each tool.
thc-devops-toolkit/
├── dev/ # Scripts for development
├── examples/ # Demonstrate how to use this toolkit
├── src/ # Main code and utility scripts
│ ├── ... # Sub-tools and modules
├── test/ # Test files
├── pyproject.toml # Project configuration
├── README.md # Project documentation
Feel free to submit issues or pull requests to help improve this toolkit.
Please pass all the tests before submit your contribution.
bash dev/format-and-test.sh