singularo / dsh
Composer plugin and scripts for getting up developing quickly with Drupal.
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=8.1
- composer-plugin-api: ^1.1 || ^2
- composer/semver: ^1 || ^3
- consolidation/robo: ^2.0 || ^3.0 || ^4.0
- drupal/core-composer-scaffold: ^9 || ^10
- drush/drush: ^11 || ^12
Requires (Dev)
- composer/composer: ^1.10
This package is auto-updated.
Last update: 2025-03-03 08:00:17 UTC
README
Composer plugin and scripts for getting up developing quickly with Drupal.
Designed to be used with just a few steps, requires only php and composer to be installed:
Create a bare Drupal project.
composer create drupal/recommended-project:^10 drupal-test
cd ./drupal-test
Allow the scaffold to run.
composer config --append allow-plugins.singularo/dsh true
composer config --append --json extra.drupal-scaffold.allowed-packages '["singularo/dsh"]'
Require the scaffold/setup the files.
composer require singularo/dsh:^1.0
Start the containers and work with dsh.
./dsh
Build a standard Drupal install with standard profile.
robo build