From 7f098c069c51c9d727bcdbb780e0a03d290e149e Mon Sep 17 00:00:00 2001 From: Kenneth Schackart Date: Thu, 22 Jun 2023 16:00:40 -0700 Subject: [PATCH] Add citation.cff file --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..43f8b8936 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +title: "Mermaid: Generate diagrams from markdown-like text" +message: >- + If you use this software, please cite it using the metadata from this file. +type: software +authors: + - family-names: Sveidqvist + given-names: Knut + - name: "Contributors to Mermaid" +repository-code: "https://github.com/mermaid-js/mermaid" +url: "https://mermaid.js.org/" +abstract: >- + JavaScript based diagramming and charting tool that renders Markdown-inspired + text definitions to create and modify diagrams dynamically. +license: MIT