Skip to content

cazepeda/json-to-yaml-to-md-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON to YAML to Markdown file Shell Script.

I created this script to help me convert all Pinboard.in bookmarks in a format to allow me to import into my website. That format being YAML data saved in a Markdown file.

The script include comments for each line in case you need some explanation whats happening. Only dependency I used was jq command-line JSON processor. I used homebrew to install it.

I did write a bit more on this on my website.