https://github.com/thunder/taas-playground
Contains several packages to test alternative development and maintenance concepts of thunder projects.
https://github.com/thunder/taas-playground
Last synced: 2 months ago
JSON representation
Contains several packages to test alternative development and maintenance concepts of thunder projects.
- Host: GitHub
- URL: https://github.com/thunder/taas-playground
- Owner: thunder
- Created: 2022-05-11T06:32:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T12:57:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T16:14:22.287Z (4 months ago)
- Language: PHP
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A testing playgroud to improve Thunder project maintenance
Contains several packages to test alternative installation of thunder projects.The goal is, to be able to quickly test and verify ideas and concepts for the TaaS project.
## Example Project (./example-project)
An example project, that uses a new project layout. It only contains custom code and config, but no dependencies.## TaaS Base Dependencies (./taas-base)
A project to create locked dependencies for all projects to use.## TaaS CLI and Taas shell script (./taas-cli, ./taas-sh)
Two alternative implementations of TaaS build scripts. One writtem in shell script, based on drupal testing.
The other written as a symfony console app.Both scripts can easily be extended to do other CI/CD steps as well (installing, testing)
I created multiple versions, to compare pros and cons.
## TaaS build project (./taas-build-project)
composer project to be used by build script, to combine TaaS dependencies with custom code.Each project has its own README.md with more details