How-To Guides#
Goal-oriented recipes for common tasks. Each guide answers a specific “how do I…” question.
Clone the repository and install plone.meta into a virtual environment.
Add custom configuration for flake8, tox, pyproject.toml, pre-commit, and more without editing generated files.
Set up CI jobs, Python version matrices, OS dependencies, and environment variables for GitHub-hosted repositories.
Set up CI pipelines for GitLab-hosted repositories, including custom Docker images and OS dependencies.
Re-enable GitHub Actions workflows that were auto-disabled due to repository inactivity.
Control the git branch name created by config-package, or update the current branch.
Create a custom configuration type with your own Jinja2 templates when extra_lines is not enough.