Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.58 KB

MassCode2Md

Author: Tomáš Mark
Version: main

Ubuntu MacOS Windows

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.

Usage

To use MassCode2Md, run the following command:

./MassCode2MdStandalone <db.json> <output_folder>

Example

./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. 💻