Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 775 Bytes

Composer template for Shepherd Drupal projects

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