From 70ce1e20b0020f681fc2a414d62b3c7b6761f16d Mon Sep 17 00:00:00 2001 From: David Taylor <114563+tayles@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:41:23 -0400 Subject: [PATCH 1/2] docs: Add regex-to-mermaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ce222e..3cb4385 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Contributions are welcome. Add links through pull requests ([guidelines](CONTRIB - Languages: πŸ‡ΊπŸ‡Έ, πŸ‡¨πŸ‡³. - [Regulex](https://jex.im/regulex/) \[[*GitHub*](https://github.com/CJex/regulex)] - Create railroad diagrams. Flavor: JavaScript. - [Nodexr](https://www.nodexr.net/) \[[*GitHub*](https://github.com/Jcparkyn/nodexr)] - Graphical editor with visual hierarchy. Flavor: .NET. +- [regex-to-mermaid](https://www.npmjs.com/package/regex-to-mermaid) \[[*GitHub*](https://github.com/tayles/regex-to-mermaid)] - TypeScript library and CLI tool to visualize regular expressions as Mermaid flowchart diagrams for sharing on GitHub etc. Flavor: JavaScript.
✳️ Notable mentions From 74ad025679eb8f6b39715bc10284e64af375f94f Mon Sep 17 00:00:00 2001 From: David Taylor <114563+tayles@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:59:46 -0400 Subject: [PATCH 2/2] docs: Shorten description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cb4385..97eef8b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Contributions are welcome. Add links through pull requests ([guidelines](CONTRIB - Languages: πŸ‡ΊπŸ‡Έ, πŸ‡¨πŸ‡³. - [Regulex](https://jex.im/regulex/) \[[*GitHub*](https://github.com/CJex/regulex)] - Create railroad diagrams. Flavor: JavaScript. - [Nodexr](https://www.nodexr.net/) \[[*GitHub*](https://github.com/Jcparkyn/nodexr)] - Graphical editor with visual hierarchy. Flavor: .NET. -- [regex-to-mermaid](https://www.npmjs.com/package/regex-to-mermaid) \[[*GitHub*](https://github.com/tayles/regex-to-mermaid)] - TypeScript library and CLI tool to visualize regular expressions as Mermaid flowchart diagrams for sharing on GitHub etc. Flavor: JavaScript. +- [regex-to-mermaid](https://www.npmjs.com/package/regex-to-mermaid) \[[*GitHub*](https://github.com/tayles/regex-to-mermaid)] - TypeScript library and CLI tool to visualize as Mermaid flowchart diagrams for sharing on GitHub etc. Flavor: JavaScript.
✳️ Notable mentions