vdmi/d8-skeleton

VDMi Project Skeleton for Drupal 8 projects with composer

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:project

8.x-dev 2016-03-07 09:47 UTC

This package is not auto-updated.

Last update: 2020-06-06 12:19:57 UTC


README

This project template provides a way to kickstart a Drupal project using Composer dependencies, it automatically generates a base profile, theme and config. After following the instructions shown with create-project you have a working Drupal site ready for development.

Based on the work of Drupal Composer.

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 vdmi/d8-skeleton --stability dev --no-interaction destination

destination is the target directory in which the project will be generated.

After the composer create-project, enter the destination directory and follow the instructions given by Composer.