is a lightweight tool designed to convert code snippets stored in JSON format into organized Markdown files. The tool reads a JSON file containing code snippets and automatically arranges them into directories based on the provided structure in the JSON file.
Program have no robust controls and checks, so be careful for pass the right arguments. Output folder must exist before generating md files.
Usage: ./MassCode2MdStandalone <db.json> <output_folder>
example
./MassCode2MdStandalone db.json ./out
Set the paths and run. That's all.
To understand the project structure, visit 👉🏻 MarkWare VCMake Template 🎁