Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.05 KB

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