🔨 Scripts
This document provides an overview and usage instructions for the following scripts in this project:
- clean.sh
- get-version.sh
- test.sh
- bump-version.sh
- build.sh
- release.sh
- changelog.sh
- diagrams.sh
- docs.sh
All the scripts are located in the scripts directory:
scripts/
├── build.sh
├── bump-version.sh
├── changelog.sh
├── clean.sh
├── diagrams.sh
├── docs.sh
├── get-version.sh
├── release.sh
└── test.sh
These scripts are designed to be used in a Linux or macOS environment. They may work in a Windows environment with the appropriate tools installed, but this is not guaranteed.