zibings/zsf-cli

Collection of utility scripts for use alongside ZSF

1.3.1 2025-06-11 23:38 UTC

This package is auto-updated.

Last update: 2025-06-11 23:40:54 UTC


README

Collection of scripts/helpers for ZSF.

Contributing: Adding New Script

  1. Create a new script in the scripts directory, e.g. scripts/new_script.script.php.
  2. Create class in new script file, making sure to implement the ZsfCliScript interface.
  3. Add the script to the repository's composer.json file in the autoload.files section.