Open kgaut opened 3 years ago
What's the point of pre-installing it? Sounds like it's something like console and drush that should be installed via composer, especially since it has multiple versions and depends on the drush version
Hi,
Drush lock the 1.3.* version of drupal code generator.
Embed the phar as a standalone, like drush launcher for instance, would allow us to use the 2.0.0 version directly.
Chi-teck/drupal-code-generator binary allows to scaffold code for drupal.
Drush embed 1. branches and commands, but a 2. version exist and offer new features
DCG could be used as a standalone phar (https://github.com/Chi-teck/drupal-code-generator#installation)
Having it in the path of the php image won't break the existing 1. drush integration and would also allow use to use new features from the 2. branch directly.