Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 339 Bytes

drupal-move-modules-to-composer

Tool to move Drupal modules manually installed in sites/all/modules to composer

Usage

bin/command ~/sites/my-drupal-project

For multisite you can pass the site uri with --site-uri=SITE_URI option.

You can configure the web root with --web-root=WEB_ROOT option, the default value is "".