Skip to main content

Installation

Siren is available for use in JavaScript (with type support), Python, F# and C#. Depending on your preferred language you can use any best practises of installation.

You can find the latest releases below:

Latest ReleaseDownloads
latest releasePepy Total Downlods
latest releasedownloads
latest releasedownloads
latest releasedownloads

Reference

#r "nuget: Siren"

open Siren

let graph =
siren.git [
git.commit()
]
|> siren.write

printfn "%s" graph