2017 © Pedro Peláez
 

library module_composer

Drupal module management

image

janschumann/module_composer

Drupal module management

  • Thursday, April 16, 2015
  • by janschumann
  • Repository
  • 0 Watchers
  • 0 Stars
  • 734 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Drush extension for installing and configuring drupal modules

Overview

This is yet another approach to automate installation and configuring drupal modules similar to drush make, (*1)

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

Installation

This project can be checked out with composer., (*3)

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

As this is a drush extension, this must be copied to ~/.drush directory., (*4)

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

Confguration

Usually no configuration is necessary. As this module takes its configuration from the drupal container., (*6)

Usage

Dump current module configuration

$ bin/drush mc-dump-config

Install and configure modules

$ bin/drush mc-compose

Bitdeli Badge, (*7)

The Versions