Skip to content

Releases: Freymaurer/Siren

v0.3.2

04 Jun 15:28
Compare
Choose a tag to compare

Initial Release of Siren 🚀

What is Siren?

Siren is a Mermaid graph domain specific language (DSL) meant to enable anyone to easily create mermaid graph YAML.

It can be used from F#, C#, Python and JavaScript (+Types).

You can find docs for installation and code examples on the Siren docs. 📚 🦖

Siren currently supports the following Mermaid features:

Background

Siren is writte in F#, with a convinience C# access layer and transpilation to JavaScript (TypeScript) and Python via Fable!

If you also find this project structure interesting, I have written a blog post about it here ✉️ and created a template Fable.Multiverse!