https://github.com/developerstoolbox/bash-script-template
A fully featured bash script template.
https://github.com/developerstoolbox/bash-script-template
bash bash-script bash-script-temaplate script-template wolfsoftware
Last synced: 6 months ago
JSON representation
A fully featured bash script template.
- Host: GitHub
- URL: https://github.com/developerstoolbox/bash-script-template
- Owner: DevelopersToolbox
- License: mit
- Created: 2021-11-03T14:41:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T06:09:03.000Z (6 months ago)
- Last Synced: 2025-07-28T07:35:26.939Z (6 months ago)
- Topics: bash, bash-script, bash-script-temaplate, script-template, wolfsoftware
- Language: Shell
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## Overview
A simple bash script template with all the basic functionality you could need to get a new project off the ground.
## Key features
* Strict mode (Optional)
* Root user detection (Optional)
* Prerequisite checker
* cli processing
* Wrapper functions
* Colour handling (optional)
* Rollback handling (Deterministic)