Skip to content

DevelopersToolbox/bash-script-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevelopersToolbox logo
Github Build Status License Created
Release Released Commits since release

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)