Author: Tomáš Mark
Version: main
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.
Please note that the program does not include robust controls and checks, so ensure that you pass the correct arguments. The output folder must exist before generating Markdown files.
To use MassCode2Md, run the following command:
./MassCode2MdStandalone <db.json> <output_folder>
./MassCode2MdStandalone db.json ./out
Set the paths and run the command. That's all you need to do.
MarkWareVCMake – Kickstart your next project with this CMake template. ✨ It features a well-structured layout, integration of modern C++ standards, and a focus on cross-platform compatibility. Ideal for both beginners and experienced developers. 💻