a9f/fractor-yaml

YAML extension for the File Read-Analyse-Change Tool. Allows modifying YAML files

Installs: 6 174

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:fractor-extension

v0.4.1 2024-11-21 11:28 UTC

This package is auto-updated.

Last update: 2024-11-21 12:14:27 UTC


README

Fractor extension package with a file processor for YAML files.

Installation

composer require a9f/fractor-yaml --dev

Configuration

All rules must implement the a9f\FractorYaml\Contract\YamlFractorRule interface. The rule will be tagged with 'fractor.yaml_rule' and be injected in the YamlFileProcessor.

Development

Development happens in the Fractor monorepo on GitHub