Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 739 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 739 Bytes

MassCode2Md

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 🎁