mermaid-maker/Mermaid Maker
Convert mermaid files into image formats.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_dir | The input directory for mermaid files. Defaults to "all", i.e. all changed files with input_file_extension across the whole repo. | no | all |
| input_file_extension | The extension of the mermaid files. | no | mmd |
| output_dir | The output directory for generated mermaid files. Defaults to "same", i.e. converted files will be placed in the same directory as their source files. | no | same |
| output_file_extension | The output format of the generated mermaid files. Only "svg", "png"and "pdf" are accepted. | no | svg |
| commit_message | The 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_manager | The 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" | no | npm |
Outputs
no outputs