drupal-console-core icon indicating copy to clipboard operation
drupal-console-core copied to clipboard

This project contains commands and features to be shared across DrupalConsole projects.

Results 34 drupal-console-core issues
Sort by recently updated
recently updated
newest added

forward on Drupal 8.8 there will be a new core initiative Composer template the test site that installs **develop:contribute** should follow it something like `composer --no-interaction create-project drupal/recommended-project:^8.8 my-project` /cc...

from drupal-composer/drupal-project to drupal/recommend…ed-project [explained here -> https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies]

Continuing discussion started in https://github.com/hechoendrupal/drupal-console-core/pull/364 I do not understand why something that I did not ask for (as an owner of the my consumer repo) was added to the root...

I see we have a GeneratorInterface but we don't use it, at least in Generator class. I am creating a command which uses Generator feature, the generate:command by defualt set...

We use pipe to display fields inline

Drupal Console 2.0

This fixes the error ``` [InvalidArgumentException] Could not find package weknowinc/drupal-project with stability stable. ``` when running `composer create-project weknowinc/drupal-project /Users/marcelovani/Sites/weknowinc-site --prefer-dist`

We need to add some layer of caching to avoid having to scan and parse the chains too often.