1.0.0 • Published 8 months ago
gdmd v1.0.0
gdmd
A command-line tool to convert git diff between branches to markdown format.
Installation
bun install -g gdmd
Usage
bashCopy# Compare two branches
gdmd --base main --compare feature-branch
# Specify output file
gdmd --base main --compare feature-branch --output diff.md
Options
--base, -b: Base branch (required)
--compare, -c: Compare branch (required)
--output, -o: Output file name (default: "branch-diff.md")
1.0.0
8 months ago