Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahebrank/install_module_dependencies
A D8 module dependency management hack
https://github.com/ahebrank/install_module_dependencies
continuous-integration drupal-8 pantheon
Last synced: about 1 month ago
JSON representation
A D8 module dependency management hack
- Host: GitHub
- URL: https://github.com/ahebrank/install_module_dependencies
- Owner: ahebrank
- Created: 2017-02-20T14:27:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T14:26:42.000Z (over 6 years ago)
- Last Synced: 2024-10-12T02:24:53.746Z (2 months ago)
- Topics: continuous-integration, drupal-8, pantheon
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Module Dependencies
This addresses a very specific problem when maintaining D8 sites in a particular
way for deployment on Pantheon. It adds non-module module dependencies to the
site `vendor` during build.## Usage:
`install_module_dependencies --root=/tmp/build --moduledir=/tmp/build/modules`