No description
Find a file
2025-06-10 21:56:30 +10:00
.github/workflows init project 2025-01-19 23:16:57 +11:00
priv correct echos post 2025-06-10 21:56:30 +10:00
src update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
test update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
.gitignore init project 2025-01-19 23:16:57 +11:00
bun.lockb update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
gleam.toml update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
index.html working? demo 2025-01-30 16:44:45 +11:00
manifest.toml update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
package-lock.json fix headings 2025-03-03 14:30:05 +11:00
package.json update to latest gleam package versions and add several weeks lol 2025-05-27 13:09:47 +10:00
README.md 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