stratdes/shared-kernel

2.1.0 2022-08-26 17:54 UTC

This package is auto-updated.

Last update: 2024-09-04 21:30:23 UTC


README

pipeline status

Introduction

This intends to be a reusable shared kernel for your hexagonal architectured projects. It includes also stuff for CQRS. Please, consider this vendor like your own code, so don't consider it infrastructure.

Contributing

In order to make a contribution, you just need to fork the project and, we you are ready, do a merge request.

Configuring

You need some software to run composer and tests:

  • Docker
  • docker-compose

You need to install vendor files, so:

bin/composer.sh install

Running tests

To run the tests you just need to execute:

bin/test.sh

With coverage:

bin/test-coverage.sh