Changes - Add _default_property_naming_convention method to GeneratorBase to let child classes override the default if they want. - Minor documentation updates.
0.1.2
Changes - Pass input_path (YAML file path) to distribution method. - Minor generator template improvements.
0.1.1
Changes - Additionally allow 'screaming-snake' as naming convention value. - Use camel-case as default property naming convention. - Fix README.md.