No description
Find a file
2025-01-19 23:16:57 +11:00
.github/workflows init project 2025-01-19 23:16:57 +11:00
priv init project 2025-01-19 23:16:57 +11:00
src init project 2025-01-19 23:16:57 +11:00
test init project 2025-01-19 23:16:57 +11:00
.gitignore init project 2025-01-19 23:16:57 +11:00
gleam.toml init project 2025-01-19 23:16:57 +11:00
manifest.toml init project 2025-01-19 23:16:57 +11:00
package-lock.json init project 2025-01-19 23:16:57 +11:00
package.json init project 2025-01-19 23:16:57 +11:00
README.md init project 2025-01-19 23:16:57 +11:00
tailwind.config.js init project 2025-01-19 23:16:57 +11:00

promptbox

Package Version Hex Docs

gleam add promptbox@1
import promptbox

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

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

Development

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