amcgowanca / rhino-project
Project template for Drupal 8 sites built using Rhino distribution.
8.x-dev
2017-10-01 13:30 UTC
Requires
- acquia/blt: dev-8.x-amcgowanca
This package is auto-updated.
Last update: 2026-02-17 02:18:47 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\Pluginclass checks the rootcomposer.jsonto 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.