Skip to content

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

License

Notifications You must be signed in to change notification settings

LondheShubham153/markdown-maker-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published