No description
Find a file
Isaac 617771d89a
Some checks are pending
test / test (push) Waiting to run
wip
2025-01-30 12:15:04 +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 wip 2025-01-30 12:15:04 +11:00
test fix formatting 2025-01-21 14:45:42 +11:00
.gitignore init project 2025-01-19 23:16:57 +11:00
gleam.toml wip 2025-01-30 12:15:04 +11:00
manifest.toml wip 2025-01-30 12:15:04 +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