drupal / console-extend
Drupal Console Extend Template
Installs: 2 478
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 5
Open Issues: 0
pkg:composer/drupal/console-extend
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