Skip to content

This project is for an export the massCode snippets to the MarkDown files.

License

Notifications You must be signed in to change notification settings

pa-0/masscode2md

 
 

Repository files navigation

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 🎁

About

This project is for an export the massCode snippets to the MarkDown files.

Resources

License

Stars

Watchers

Forks

Languages

  • CMake 37.1%
  • Shell 33.5%
  • C++ 28.1%
  • Python 1.3%