A simple dsl for creating mermaid graphs!
$ dotnet add package Siren.SeaSiren is a simple DSL for creating Mermaid graphs YAML.
Have a look at the docs here:
| Latest Release | Downloads |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
if you are interested in creating a Fable library like this on your own you can use the template Fable.Multiverse!
If you have any ideas on how to improve the library, please feel free to contribute! The best way to get in contact is using the issues!
Because this library targets multiple programming languages we need to support all of them:
node --version (Tested with v20.10.0)npm --version (Tested with v9.2.0)dotnet --version (Tested with 8.0.205)py --version (Tested with 3.11.9, known to work only for >=3.11)This needs to be done on a fresh download once. Paths for python venv executable might be different depending on the OS.
dotnet tool restorenpm installpy -m venv ./.venv.\.venv\Scripts\Activate.ps1python -m pip install -U pip setuptoolspython -m pip install poetrypython -m poetry install --no-rootFirst activate python virtual environment (.\.venv\Scripts\Activate.ps1).
.\build.cmd test
or specify target
.\build.cmd test [f#, c#, js [native], py [native]]
Requires API keys for Nuget and PyPi.
The following command will run all tests, bundle and then start publishing!
.\build.cmd publish pipeline
or only publish specific targets, without test and bundle
.\build.cmd publish [npm, pypi, nuget]