zibings/zsf-cli

Collection of utility scripts for use alongside ZSF

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 4

pkg:composer/zibings/zsf-cli

1.4.2 2026-01-02 18:14 UTC

This package is auto-updated.

Last update: 2026-01-02 18:18:25 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.