@neo4j-apps/mermaid-ga

A convenient wrapper of Mermaid to use within Neo4j Desktop.

Usage no npm install needed!

<script type="module">
  import neo4jAppsMermaidGa from 'https://cdn.skypack.dev/@neo4j-apps/mermaid-ga';
</script>

README

Mermaid Graph App

A convenient wrapper of Mermaid to use within Neo4j Desktop.

Install

Install for offline use:

-- https://registry.npmjs.org/@neo4j-apps/mermaid-ga

Use hosted application:

-- https://neo4j-apps.github.io/mermaid-ga/

Development

Run application in development mode: npm run start

But, first npm i to get All The Things

Publishing

Produce a build:

  • npm run build
  • npm pack

Test the build by dragging and dropping the .tgz onto Neo4j Desktop.

Publish:

  • npm run deploy