Skip to content

A command-line tool for installing common Drupal 8 modules using composer.

Notifications You must be signed in to change notification settings

mileslemon/drupal-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drupal-lists

A command-line tool for creating lists of Drupal 8 modules that you can then easily install and enable across all your projects.

Requirements:

Installation:

npm install -g drupal-lists 

Usage:

Run the following command within the root directory of your project (the same directory as your composer.json file).

drupal-lists

Choose the second option to create your first list where you can then add modules to that list.

When adding modules you must first supply a label for the module. You will then be asked to provide the machine name for the module. For example:

label: EU Cookie Compliance
machine name: eu_cookie_compliance

After installing the module(s) via composer, you will be asked if you would like to also enable these module(s) via a command of your choosing (commonly drush en).

Future Features:

  • After modules have been installed give users the option to enable the modules with Drush.
  • Allow users to create their own list of modules that they commonly use.

About

A command-line tool for installing common Drupal 8 modules using composer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published