Metadata-Version: 2.1
Name: gendoc-cli
Version: 0.0.1
Summary: Generate documentation
Home-page: https://github.com/pranavbaburaj/gendoc
Author: Pranav Baburaj
Author-email: i.am.pranav.baburaj@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
  <h1><code>Gendoc</code></h1>
  
  Generates documentation based on function docstrings.
</div>

### Installation
The package is available on pypi. You can install it with pip
```py
pip install gendoc-cli
```

### How to use it 🤔 ?
```
gendoc <filename>
```
##### Optional parameters
`--out=<output-dir>` The output directory

`--recursive` To collect all python files from the directory



