Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akollade/drupal-move-modules-to-composer

Tool to move Drupal modules from sites/all/modules to composer
https://github.com/akollade/drupal-move-modules-to-composer

Last synced: 3 days ago
JSON representation

Tool to move Drupal modules from sites/all/modules to composer

Awesome Lists containing this project

README

        

# 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 "".