mermaid : Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.. You can installing mermaid npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mermaid $ sudo npm install -g mermaid
If want to update the mermaid package execute the command as below,
$ sudo npm update mermaid
Update package globally,
$ npm install -g mermaid
$ sudo git clone https://github.com/rektide/mermaid.git
$ sudo npm install -g ./mermaid
mermaid@7.1.0 /usr/lib/node_modules/mermaid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mermaid
Package Name | mermaid |
Version | 7.1.0 |
Description | Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs. |
Released Date | 2017-09-14T03:26:17.682Z |
Published by | tylerlong |
How to Learn | https://www.npmjs.com/package/mermaid/tutorial |