No description
Find a file
2024-03-19 19:41:51 +11:00
.github/workflows Initial commit 2024-03-19 19:26:48 +11:00
src Add docs to format function 2024-03-19 19:41:31 +11:00
test Initial commit 2024-03-19 19:26:48 +11:00
.gitignore Initial commit 2024-03-19 19:26:48 +11:00
gleam.toml Bump version 2024-03-19 19:41:51 +11:00
LICENSE.md Add license file 2024-03-19 19:27:39 +11:00
manifest.toml Initial commit 2024-03-19 19:26:48 +11:00
README.md Initial commit 2024-03-19 19:26:48 +11:00

sprinkle

Package Version Hex Docs

gleam add sprinkle
import sprinkle.{format}

pub fn main() {
  let output = format("My name is {name} and I like to do {activity}!", [
    #("name", "Lily"),
    #("activity", "programming")
  ])
}

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

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell