drupal / console-extend
Drupal Console Extend Template
0.4.0
2017-02-14 08:45 UTC
Requires
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