Skip to content

Parse source code files and generate a markdown file

Notifications You must be signed in to change notification settings

lynxai-team/codemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codemd

Convert between markdown files containing code blocks and individual source files.

Installation

go install github.com/lynxai-team/codemd@latest

Usage

Convert source files to markdown

codemd tomd -f main.go -f helper.js -o docs.md

Or scan a directory:

codemd tomd -d ./src -o docs.md

About

Parse source code files and generate a markdown file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages