janschumann/module_composer

Drupal module management

1.1.0 2015-04-16 12:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:15 UTC


README

Overview

This is yet another approach to automate installation and configuring drupal modules similar to drush make

A benefit is, that the configuration is done voa symfony dependency injection and therefor in a readable xml format.

Installation

This project can be checked out with composer.

{
  "require": {
    "janschumann/drupal-module-composer": "*"
  }
}

As this is a drush extension, this must be copied to ~/.drush directory.

When this module is acceped on drupal.org, the installation will be done via bin/drush dl module-composer.

Confguration

Usually no configuration is necessary. As this module takes its configuration from the drupal container.

Usage

Dump current module configuration

$ bin/drush mc-dump-config

Install and configure modules

$ bin/drush mc-compose

Bitdeli Badge