8000 GitHub - p-jo/mermaid-survey: Survey form generated with Mermaid code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

p-jo/mermaid-survey

Repository files navigation

Mermaid → Survey

This repo automatically generates an interactive form from a Mermaid diagram file (form-definition.mmd) and publishes the result with GitHub Pages.

This is how it works

  • Make changes to form-definition.mmd (example: an answer tree).
  • Run npm run build or push to GitHub - a GitHub Action will automatically build the form.
  • The result is published on https://<username>.github.io/<repo>.

Example of Mermaid code

graph LR
    Q1[1 Type of process] --> B{Does the process have timed steps?}
    B -->|Yes| C[Create a Process]
    B -->|No| D[Create a Consultation]
Loading

About

Survey form generated with Mermaid code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0