emteknetnz/docblock-writer

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

dev-main 2023-12-15 04:05 UTC

This package is auto-updated.

Last update: 2024-04-15 04:52:19 UTC


README

This module contains a task DocblockTagWriterTask that automatically writes docblock @method tag's on DataObject's and Extension's.

This is only intended to be used on Silverstripe modules that are either commercially supported, or managed by the Silverstripe CMS squad either in a dev or a CI environment. It is not intended to be used on regular projects.

Usage

composer install --dev silverstripe/docblock-writer

vendor/bin/sake dev/tasks/SilverStripe-DocblockWriter-Tasks-DocblockTagWriterTask <path>