factorial-io / twigcs-extension
Factorial specific ruleset extending official ruleset from twigcs
Installs: 33 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 2
Requires
- friendsoftwig/twigcs: ^5.0 || ^6.0
Requires (Dev)
- phpunit/phpunit: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-01-14 16:33:02 UTC
README
Custom twigcs ruleset extending Official
twigcs ruleset.
Installation
Run composer require to add the package to your project.
composer require factorial-io/twigcs-extension
Usage
./vendor/bin/twigcs /path/to/views/ --ruleset Factorial\\twigcs\\TwigCsRuleset
Where, /path/to/views
is the folder to scan for the twig files.