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} `; }, `
shcribe · v0.2.0

shcribe

This is a library that dumps HTTP requests and responses to markdown files.

The idea is to add this to your test suite to document real request/response examples semi-automatically.

Package Version Hex Docs

gleam add shcribe@1
import shcribe

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

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

Development

gleam run   # Run the project
gleam test  # Run the tests
Search Document