zibings/zsf-cli

Collection of utility scripts for use alongside ZSF

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/zibings/zsf-cli

1.3.3 2025-08-12 15:30 UTC

This package is auto-updated.

Last update: 2025-10-12 15:53:32 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.