ml-tooling / lazydocs

📖 Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.
MIT License
205 stars 38 forks source link

Add support for module call #37

Closed JeromeK13 closed 2 years ago

JeromeK13 commented 2 years ago

What kind of change does this PR introduce?

Description:

Check out the typer docs, for more detailed description: https://typer.tiangolo.com/tutorial/package/#add-a-__main__py

Basically add support to call the moduel like

python -m lazydocs

Checklist: