hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

[develop-contribute] [feature-request] it should download & install the mandatory modules for translating #370

Closed novia713 closed 4 years ago

novia713 commented 4 years ago

develop-contribute command should download and install the following modules, which are mandatory for translating:

    - rest
    - taxonomy
    - locale
    - migrate
    - simpletest
    - breakpoint
    - node
    - views
    - features

these modules were enabled in the past by update-gitbook.yml chain file, but gitbook repo is obsolete now

novia713 commented 4 years ago

PR for this at https://github.com/hechoendrupal/drupal-console-core/pull/371 @enzolutions

enzolutions commented 4 years ago

Merged