Use it however you like.
Works on both Linux and macOS.
Provides colored output and logging functions.
A little opinionated and assumes you know how getopt(1) works.
./template.sh -hOutput:
template.sh 0.1.0
(c) author <author@example.test>
this is a sample script that demonstrates the template capabilities
general:
license: MIT
last update: 2025-10-22
note: sample note
options:
-h, --help print help message and exit
-v, --version get script version
examples:
./template.sh
./template.sh -vOutput:
0.1.0