celema/dev

Shared development settings and tools for all Celema projects

Maintainers

Package info

github.com/celemas/dev

Homepage

pkg:composer/celema/dev

Transparency log

Statistics

Installs: 179

Dependents: 13

Suggesters: 0

Stars: 0

6.0.0 2026-08-20 12:24 UTC

This package is auto-updated.

Last update: 2026-08-20 16:04:49 UTC


README

ci Software License

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.