https://github.com/akaspatranobis/markdown-maker-python
https://github.com/akaspatranobis/markdown-maker-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akaspatranobis/markdown-maker-python
- Owner: akaspatranobis
- License: apache-2.0
- Created: 2025-01-03T17:52:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T07:18:51.000Z (5 months ago)
- Last Synced: 2025-01-26T10:13:05.117Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
```