mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Knut Sveidqvist
c4639d11c8
Merge pull request #112 from jasonbellamy/bower
Ignore all files except the license and dist/ folder when installing with Bower.
mermaid
Generation of diagrams and flowcharts from text in a similar manner as markdown.
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?
This is why mermaid was born, a simple markdown-like script language for generating charts from text via javascript.
The code below would render the following image
Code | Rendered diagram |
---|---|
|
|
|
Further reading
Credits
Many thanks to the d3 and dagre-d3 projects for providing the graphical layout and drawing libraries! Thanks also to the js-sequence-diagram project for usage of the grammar for the sequence diagrams.
Mermaid was created by Knut Sveidqvist for easier documentation.
Knut has not done all work by him self, here is the full list of the projects contributors.
Languages
TypeScript
44.5%
JavaScript
41%
HTML
9.7%
Yacc
4.4%
Vue
0.2%
Other
0.1%