Composer Make

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is not a module. This is a Drush extension. It was designed to work with Drupal 7 and is therefore no longer maintained.

The Composer Manager module comes with a really nifty set of Drush commands that can fulfill modules’ library requirements without duplication. Unfortunately, they require a fully-bootstrapped Drupal in order to run. In the case of custom Drupal profiles, it may be necessary to consolidate all the dependency information and run composer before the profile install begins.

Environments Tool

Component type

module

Maintenance status

Development status

Downloads

3156

Component created

Component changed

Environments is a module for dealing with different server environments, such as development, staging or production.

Usage

  1. Define one or more environments
  2. Define one or more tasks for each environment
  3. Export environments using Features
  4. Use the UI or Drush to switch environments
  5. Take a bow

Environment Tasks

Tasks are operations which get executed whenever an environment is entered, for example enabling/disabling modules, changing variable values, etc.

Test Run Extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a Drush command similar to the core test-run command, but with additional options to enable the selection of tests by class hierarchy, and the exclusion of specific tests or groups of tests.

Development of this module was funded by BBC Worldwide.

devgen

Component type

module

Maintenance status

Development status

Component created

Component changed

Devgen is a module that with the supplied or additional plugins will allow a simple method to perform tasks. Such tasks could be to generate 10 random users, with different roles, etc.