sugurutakahashi-1234/mermaid-markdown-wrap

Convert plain .mmd Mermaid files to Markdown by wrapping them with mermaid code blocks

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputFile path or glob pattern for .mmd/.mermaid files (e.g. 'diagram.mmd', 'src/**/*.{mmd,mermaid}')yes
out-dirOutput directoryno
headerHeader text to prependno
footerFooter text to appendno
remove-sourceRemove original .mmd files after conversion (default: false)no
hide-commandHide the command used in the output (default: false)no
configConfig file pathno
pr-comment-modePR comment mode: 'off' (no comments), 'changed' (only for changed source files), or 'all' (all files generated in this run)nooff
pr-comment-headerShow header in PR comments (true/false)notrue
pr-comment-detailsUse collapsible details for PR comments (true/false)nofalse
pr-comment-dry-runDry-run mode for PR comments - show what would be posted without actually posting (true/false)nofalse
local-testLocal test mode - use current source code instead of published npm package (true/false)nofalse
github-tokenGitHub token for PR comments (defaults to github.token)no${{ github.token }}

no outputs