jtaylor100 / cfn-doc

Generate markdown documentation for CloudFormation templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CloudFormation Documenter (cfn-doc)

Generate markdown documentation for CloudFormation templates

Usage

python -m cfn_doc /path/to/template.yaml

A template-doc.md file is generated at /path/to/template-doc.md.

Run tests

In the repository directory, create and use a virtual environment:

python -m venv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt

Execute the test runner:

python -m unittest

About

Generate markdown documentation for CloudFormation templates

License:GNU General Public License v3.0


Languages

Language:Python 100.0%