Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewen-lbh/yaml2markdown


https://github.com/ewen-lbh/yaml2markdown

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

Convert YAML files to markdown files

Usage:
yaml2markdown [INPUT [OUTPUT]] [options]

Options:
--using=STYLE Style to use to render YAML objects.
Available values:
• [default: lists] — Use lists only (- **key**: value)
• tables — Use GFM-style tables
• definitions — Use MarkdownExtra-style definition lists

Arguments:
INPUT Specify file to use as input. Defaults to stdin.
OUTPUT Specify file to write the result to. Defaults to stdout.