gws.spec.generator.main¶
Source code: gws.spec.generator.main
Module Contents¶
- gws.spec.generator.main.Error¶
- gws.spec.generator.main.from_path(path: str) gws.spec.core.SpecData¶
Load the specs from a JSON file.
- gws.spec.generator.main.generate(manifest_path='') gws.spec.core.SpecData¶
Generate the specs and return them as a data object.
- gws.spec.generator.main.generate_and_write(root_dir='', out_dir='', manifest_path='', debug=False)¶
Generate the specs and write them to disk.
- gws.spec.generator.main.to_path(path: str, specs: gws.spec.core.SpecData)¶
Write the specs to a JSON file.