tderego / project_starter_theme_recipe
Installs a Project Stater theme and related modules.
Requires
- drupal/asset_injector: *
- drupal/iconify_icons: *
- drupal/layout_paragraphs: *
- drupal/paragraphs: *
- drupal/viewfield: *
- tderego/rodeo: ^1.0@beta
- tderego/rodeo_layouts: ^1.0@beta
This package is auto-updated.
Last update: 2025-05-29 02:03:23 UTC
README
This recipe installs a Project Stater theme and related modules.
Usage
Set "minimum-stability": "dev" in your project composer.json.
Install the recipe in you project. (If you are not using DDEV for your local environment, drop the ddev from the command.)
$ ddev composer require tderego/project_starter_theme_recipe
Apply the recipe. Be sure to update the paths in the command to match your project.
$ ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/project_starter_theme_recipe
Uppack the recipe to add recipe items to the project composer.json and uninstall the recipe.
$ ddev composer unpack tderego/project_starter_theme_recipe