Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
Go to file
knsv d9b9288da9 Initial commit with draft parser inplace. 2014-11-03 00:02:29 +01:00
src Initial commit with draft parser inplace. 2014-11-03 00:02:29 +01:00
LICENSE Initial commit 2014-11-02 00:52:32 +01:00
README.md Update README.md 2014-11-02 01:01:23 +01:00
bower.json Initial commit with draft parser inplace. 2014-11-03 00:02:29 +01:00
gulpfile.js Initial commit with draft parser inplace. 2014-11-03 00:02:29 +01:00
package.json Initial commit with draft parser inplace. 2014-11-03 00:02:29 +01:00

README.md

mermaid

Generation of diagram and flowchart 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 I came up with mermaid, a simple markdown-like script language for generating charts from text via javascript.

`A --> B

A --> C

B-->D

C-->D`