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,
- Host: GitHub
- URL: https://github.com/londheshubham153/markdown-maker-py
- Owner: LondheShubham153
- License: apache-2.0
- Created: 2023-02-07T11:09:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T11:21:26.000Z (about 2 years ago)
- Last Synced: 2025-04-01T19:18:56.535Z (29 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-makerdocker 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
```