A repo with different type of schema's to test dart freezed generator of OpenApi generator.
This repo uses melos scripts to run openapi generator using the jar file built from this PR.
Setup:
- Clone the repo.
- Install melos using this command
dart pub global activate melos
. - Move the project directory
cd test-json-serialize
. - Run
melos bs
to detect and activate all the dart packages. - Now you can run
melos run
and you will be presented with different scripts to run from. - Enter the number assigned to the script of your choice and it will run the openapi generator on the package.
For more details about melos visit https://melos.invertase.dev/getting-started.