2017 © Pedro Peláez
 

robo-tasks robo-drupal-console

Drupal Console CommandStack for Robo Task Runner

image

digipolisgent/robo-drupal-console

Drupal Console CommandStack for Robo Task Runner

  • Monday, April 9, 2018
  • by zero2one
  • Repository
  • 2 Watchers
  • 7 Stars
  • 8,144 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 6 Versions
  • 16 % Grown

The README.md

Robo Drupal Console Extension

Extension to execute Drupal Console commands in Robo., (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Build Status Maintainability Test Coverage PHP 7 ready, (*3)

Created based on Robo DrushStack. Runs Drupal Console commands in stack. You can define global options for all commands (like Drupal root and uri)., (*4)

Table of contents

Installation

Add "digipolisgent/robo-drupal-console": "~0.1" to your composer.json:, (*5)

    {
        "require-dev": {
            "digipolisgent/robo-drupal-console": "~0.1"
        }
    }

and execute composer update., (*6)

OR, (*7)

Issue composer require --dev digipolisgent/robo-drupal-console:~0.1, (*8)

Usage

Use the trait (according to your used version) in your RoboFile:, (*9)

class RoboFile extends \Robo\Tasks
{
    use DigipolisGent\Robo\Task\DrupalConsole\loadTasks;
}

Testing

composer test, (*10)

Examples

Site update

This executes pending database updates and reverts all features (from code to database):, (*11)

Site install

The Versions

09/04 2018

dev-develop

dev-develop

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

02/11 2017

dev-master

9999999-dev

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

02/11 2017

0.1.0

0.1.0.0

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

02/02 2017

0.1.0-alpha2

0.1.0.0-alpha2

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

22/12 2016

0.1.0-alpha1

0.1.0.0-alpha1

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

15/12 2016

dev-feature/scrutinizer

dev-feature/scrutinizer

Drupal Console CommandStack for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts