Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amcgowanca/rhino-project
A proof for initializing D8 builds with Acquia BLT as a separate project repository.
https://github.com/amcgowanca/rhino-project
Last synced: 1 day ago
JSON representation
A proof for initializing D8 builds with Acquia BLT as a separate project repository.
- Host: GitHub
- URL: https://github.com/amcgowanca/rhino-project
- Owner: amcgowanca
- License: gpl-2.0
- Created: 2017-10-01T12:56:43.000Z (about 7 years ago)
- Default Branch: 8.x
- Last Pushed: 2017-10-01T13:30:10.000Z (about 7 years ago)
- Last Synced: 2024-05-05T01:40:42.512Z (6 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Rhino project
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 root `composer.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](https://github.com/acquia/blt/pull/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 the `blt/composer.suggested.json`. See issue: [Acquia/BLT #2065](https://github.com/acquia/blt/pull/2065).### License
This Drupal module is licensed under the [GNU General Public License](./LICENSE.md) version 2.