Metadata-Version: 2.1
Name: rendermd
Version: 0.4.2
Summary: Python type code generator
Home-page: https://github.com/conanfanli/rendermd
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Keywords: Python,TypeScript,Dataclass,Code Generation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.8
Requires-Dist: md-toc
Provides-Extra: dev
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'


Table of Contents
=================


* `renderme <#renderme>`_
* `Usage <#usage>`_

renderme
========

Render markdown templates.

Usage
=====

usage: rendermd [-h] [-p PATTERNS] [--no-recursive]

Render markdown templates.

optional arguments:
  -h, --help            show this help message and exit
  -p PATTERNS, --pattern PATTERNS
                        Comma separated list of markdown files to populate
  --no-recursive        Do not search for files recursively


