gws.spec.spec

Spec generator CLI tool

This tool is supposed to be invoked on the _host_ (developer) system to generate developer specs (python stubs, typescript interfaces etc)

Source code: gws.spec.spec

Module Contents

gws.spec.spec.USAGE = Multiline-String
Show Value
"""
GWS Spec Compiler
~~~~~~~~~~~~~~~~~

    python3 spec.py <output-directory> <options>

Options:

    -root <dir>
        application root directory ('app')

    -manifest <path>
        path to MANIFEST.json

    -v
        verbose logging
"""
gws.spec.spec.main(args)