Collection of scripts/helpers for ZSF.
- Create a new script in the
scriptsdirectory, e.g.scripts/new_script.script.php. - Create class in new script file, making sure to implement the
ZsfCliScriptinterface. - Add the script to the repository's
composer.jsonfile in theautoload.filessection.