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

https://github.com/londheshubham153/markdown-maker-py

This app will read a yaml input file and create a markdown file from it,
https://github.com/londheshubham153/markdown-maker-py

Last synced: 9 days ago
JSON representation

This app will read a yaml input file and create a markdown file from it,

Awesome Lists containing this project

README

        

# markdown-maker-py
This app will read a yaml input file and create a markdown file from it,

## Installation and usage

```
docker build . -t markdown-maker

docker volume create --name markdown_maker_volume --opt type=none --opt device=$PWD --opt o=bind

docker run --mount source=markdown_maker_volume,target=/app markdown-maker:latest day_test.yml
```