mermaid-maker/Mermaid Maker

Convert mermaid files into image formats.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input_dirThe input directory for mermaid files. Defaults to "all", i.e. all changed files with input_file_extension across the whole repo. noall
input_file_extensionThe extension of the mermaid files.nommd
output_dirThe output directory for generated mermaid files. Defaults to "same", i.e. converted files will be placed in the same directory as their source files. nosame
output_file_extensionThe output format of the generated mermaid files. Only "svg", "png"and "pdf" are accepted. nosvg
commit_messageThe commit message used for commiting mermaid files into the repository. Defaults to: "feat: Convert `input_file_extension` file(s) to `output_file_extension`". no""
pkg_managerThe node package manager to use. Make sure it's setup before using this action. Currently, only the following pkg_managers are accepted: - "npm" - "pnpm" - "yarn" - "bun" nonpm

no outputs