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
- dev-main
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2026-03-18 16:16:40 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
