This PR introduces the base generator modules. This should be integrated together with the CLI Pull Request, as the CLI should pass the CLI options to the generators.
Validation
Please verify that the code works and that it is well documented.
Notes: I assume the CLI script will pass the options gotten from the CLI args to the generator; The output property must be a resolved path, and generators the generators they passed on CLI.
Description
This PR introduces the base generator modules. This should be integrated together with the CLI Pull Request, as the CLI should pass the CLI options to the generators.
Validation
Please verify that the code works and that it is well documented.
Test snippet
Notes: I assume the CLI script will pass the options gotten from the CLI args to the generator; The
output
property must be a resolved path, and generators the generators they passed on CLI.