tderego/project_starter

Collection of recipes for a starter project.

1.0.0-beta1 2024-12-28 19:30 UTC

README

This recipe applies a colletion of Project Starter recipes to configure a stating point for a new project.

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

  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

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