It is possible to write Bash scripts capable of requiring modules, utilities, and software at runtime.
The list of currently available modules and utilities is in the utils folder while the list of software that can be installed and configured is in the install folder.
Following an example of how to use require within a bash script.
# include archibold.io require
source <(curl -s https://archibold.io/require)
# require utilities or specific software
require echomd
# use them right away
echomd 'Hello *archibold.io* !!!'Please note install scripts are independent and can be used directly via
bash <(curl -s https://archibold.io/install/pakku)