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