- We enforce a uniform coding style across this project. Please make sure to run
composer run formatbefore committing your changes. - Nearly all files in the
mittwald/api-clientpackage are generated from the OpenAPI spec. Please do not edit these files manually. Instead, edit the corresponding template files in thepackages/generator/resources/templatesdirectory.
Requirements for building the project locally:
To run the type checker and formatter, run:
composer run check
composer run format