drupal/console-extend

Drupal Console Extend Template

Installs: 2 478

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 5

Open Issues: 0

pkg:composer/drupal/console-extend

0.4.0 2017-02-14 08:45 UTC

This package is auto-updated.

Last update: 2025-09-11 17:08:21 UTC


README

Composer template and instructions to extend Drupal Console adding commands globally.

Create ~/.console/ directory

Execute the init command and select /Users/USER_NAME/.console/ when asked for destination.

drupal init

NOTES: For instructions about installing the Drupal Console Launcher.

Install this project:

cd ~/.console/

composer create-project \
drupal/console-extend extend \
--no-interaction

NOTE: You can use --keep-vcs to prevent deletion of .git directory.

Update this project

cd ~/.console/extend

composer update