Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akollade/drupal-move-modules-to-composer
- Owner: Akollade
- License: mit
- Created: 2022-12-09T07:08:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T16:05:31.000Z (about 1 year ago)
- Last Synced: 2024-11-10T13:15:38.490Z (2 months ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 "".