celema / dev
Shared development settings and tools for all Celema projects
6.0.0
2026-08-20 12:24 UTC
Requires
- php: ^8.5
Requires (Dev)
- carthage-software/mago: ~1.47.0
README
Installation
composer require --dev celema/dev
Declare development tools such as Mago, Psalm, and PHPUnit directly in the consuming project's require-dev section.
Usage
Documentation snippets test runner
./vendor/bin/docs-test-runner path/to/docs/snippets
Markdownlint configuration
Use the shared Markdownlint configuration from the installed package:
npx markdownlint-cli2 --config ./vendor/celema/dev/config/markdownlint.jsonc README.md docs/
License
This project is licensed under the MIT license.