Metadata-Version: 2.1
Name: madoc
Version: 1.0.2
Summary: Documentation generator from markdown files
Home-page: https://github.com/byoso/madoc
Author: Vincent Fabre
Author-email: peigne.plume@gmail.com
License: MIT
Keywords: markdown html documentation
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Madoc


## What for ?

It is a terminal tool to automatically generate a single html documentation file from all
the .md files found in the directory.

Cool stuff to join a clean and easy to read documentation to some project.


# Installation

`pip install madoc`


# Usage

Open a terminal in the directory where are the .md files you whant to use for your documentation,
and just type
`madoc`

done, you have your documentation in a single html file.


