amcgowanca / rhino-project
Project template for Drupal 8 sites built using Rhino distribution.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- acquia/blt: dev-8.x-amcgowanca
This package is auto-updated.
Last update: 2025-03-17 00:28:40 UTC
README
This is a Composer-based installer for Drupal 8 projects leveraging Acquia BLT without Acquia Lightning. This is a proof-of-concept package that may turn into something more at some point.
Getting started
$ composer create-project amcgowanca/rhino-project:8.x-dev [my-project] --no-interaction
Special notes
This project makes use of a specialized version of Acquia BLT until these items are resolved as part of the core package. Specifically:
- The
\Acquia\Blt\Composer\Plugin
class checks the rootcomposer.json
to determine if the project is new or not by validating if the"name"
property is equal to"acquia/blt-project"
. See issue: Acquia/BLT #2064. - The current scaffolding of BLT's composer.*.json validates not only if the file exists but also that the content hashes (using
md5_file
) are identical and will continuously overwrite theblt/composer.suggested.json
. See issue: Acquia/BLT #2065.
License
This Drupal module is licensed under the GNU General Public License version 2.