universityofadelaide/shepherd-drupal-project

Project template for Shepherd Drupal 10 projects with composer.

2.0.1 2023-04-11 16:26 UTC

This package is auto-updated.

Last update: 2024-04-11 18:52:18 UTC


README

This project template should provide a kickstart for managing your site dependencies with Composer.

This repository is a fork of drupal-project.

Usage

First you need to install composer.

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup.

After that you can create the project:

composer create-project universityofadelaide/shepherd-drupal-project my-project --stability dev --no-interaction