tderego/project_starter_components

Collection of Project Starter components.

Maintainers

Package info

gitlab.com/tderego-drupal/recipes/project-starter-components

Issues

Type:drupal-recipe

pkg:composer/tderego/project_starter_components

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0-alpha4 2024-12-01 15:14 UTC

This package is auto-updated.

Last update: 2026-03-01 00:58:45 UTC


README

This recipe installs a colletion of Project Starter component modules.

Usage

  1. Set "minimum-stability": "dev" in your project composer.json.

  2. 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_components

  3. 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_components

  4. Uppack the recipe to add recipe items to the project composer.json and uninstall the recipe. $ ddev composer unpack tderego/project_starter_components