Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewen-lbh/yaml2markdown
https://github.com/ewen-lbh/yaml2markdown
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewen-lbh/yaml2markdown
- Owner: ewen-lbh
- License: mit
- Created: 2023-02-01T14:44:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T22:29:51.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:33:08.066Z (7 months ago)
- Language: Crystal
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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 listsArguments:
INPUT Specify file to use as input. Defaults to stdin.
OUTPUT Specify file to write the result to. Defaults to stdout.