No description
Find a file
2025-01-30 16:50:58 +11:00
.github/workflows init project 2025-01-19 23:16:57 +11:00
priv working? demo 2025-01-30 16:44:45 +11:00
src working? demo 2025-01-30 16:44:45 +11:00
test working? demo 2025-01-30 16:44:45 +11:00
.gitignore init project 2025-01-19 23:16:57 +11:00
bun.lockb perhaps fix build 2025-01-30 16:50:58 +11:00
gleam.toml wip 2025-01-30 12:15:04 +11:00
index.html working? demo 2025-01-30 16:44:45 +11:00
manifest.toml wip 2025-01-30 12:15:04 +11:00
package-lock.json add build command 2025-01-30 16:48:38 +11:00
package.json perhaps fix build 2025-01-30 16:50:58 +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