2017 © Pedro Peláez
 

library drupalrobotasks

Handy tasks to manage a Drupal 8 site

image

ymbra/drupalrobotasks

Handy tasks to manage a Drupal 8 site

  • Thursday, July 5, 2018
  • by ymbra
  • Repository
  • 5 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Drobo

PHP library based in Robo that provides handy tasks to manage a Drupal 8 site., (*1)

Requirements

Install

Via Composer, (*2)

``` bash $ composer require ymbra/drobo, (*3)


## Available tasks #### Install Drupal site. ``` bash $ vendor/bin/drobo site:install

Update Drupal site.

``` bash $ vendor/bin/drobo site:update, (*4)


#### Backup Drupal database. ``` bash $ vendor/bin/drobo db:backup

Create Custom tasks

  1. Create directory structure /drobo/Commands in your project root.
  2. Create CustomCommands.php inside /drobo/Commands:
namespace Drobo\Commands;

use Robo\Tasks;

/**
 * Custom tasks for the project.
 */
class CustomCommands extends Tasks {
  public function helloWorld() {
    $this->io()->newLine();
      $this->io()->title('Hello World.');
  }
}

License

Please see License File for more information., (*5)

The Versions

05/07 2018

dev-master

9999999-dev

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

05/07 2018

1.0.7

1.0.7.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

05/07 2018

dev-styles-gulp

dev-styles-gulp

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.6

1.0.6.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.5

1.0.5.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.4

1.0.4.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.3

1.0.3.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.2

1.0.2.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo

25/06 2018

1.0.1

1.0.1.0

Handy tasks to manage a Drupal 8 site

  Sources   Download

GPL-3.0-or-later

The Requires

  • php ^7.0

 

drupal robo