element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
illustrious · v0.2.0

illustrious

Package Version Hex Docs

gleam add illustrious

Further documentation can be found at https://hexdocs.pm/illustrious.

Development

# Requires GNU Make
cd examples/basic && make # Builds the client and starts the server
Search Document