schillerm / ddev-drupal-site-creator
Creates Drupal sites using ddev
Package info
github.com/schillerm/ddev-drupal-site-creator
Language:Shell
pkg:composer/schillerm/ddev-drupal-site-creator
Requires
- php: >=7.4 || >=8.0
- symfony/process: ^6.0
Suggests
- composer/composer: Needed to run `composer` via DDEV
- ddev/ddev: DDEV CLI should be installed on the host system
- jq: For JSON output parsing
This package is auto-updated.
Last update: 2026-06-24 15:35:41 UTC
README
This project assists Drupal developers in setting up a Drupal site locally using DDEV.
Developers can use this script to easily set up a local site to work on an issue in the issue queue (issue forks not patches). This does not work in some edge cases (recipe issues for example), I am still testing on various issues and improving as I go.
Sites are set up in the way that I like, with the options/modules I personally find helpful. I hope others find it useful.
The dependancies needed to run this script are; xmlstarlet, ddev, composer, git, python3, yq, dogit (https://github.com/dpi/dogit).
This project is typically installed globally using composer.
composer global require schillerm/ddev-drupal-site-creator
To run just use..
ddev-drupal-site-creator
