2017 © Pedro Peláez
 

drupal-console-library console-extend-example

Drupal Console library extend example

image

drupal/console-extend-example

Drupal Console library extend example

  • Saturday, July 29, 2017
  • by dmouse
  • Repository
  • 4 Watchers
  • 2 Stars
  • 1,287 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

Drupal Console Extend Example

This project contains instructions and sample code to extend Drupal Console adding commands using a standard package/library., (*1)

Install on a site:

cd /path/to/drupal/

composer require drupal/console-extend-example

Install globally:

cd cd ~/.console/extend/

composer require drupal/console-extend-example

Conventions to follow

  • Composer package type must be declared as drupal-console-library.
  • Command registration must be done using the console.services.yml file at package root.
  • Service definition should done by tagging services as drupal.command.

The Versions

29/07 2017

dev-master

9999999-dev

Drupal Console library extend example

  Sources   Download

GPL-2.0+

The Development Requires

14/02 2017

0.2.0

0.2.0.0

Drupal Console library extend example

  Sources   Download

GPL-2.0+

The Development Requires

08/02 2017

0.1.0

0.1.0.0

Drupal Console library extend example

  Sources   Download

GPL-2.0+

The Development Requires