No description
Find a file
Isaac 0a5993d2d0
Some checks failed
test / test (push) Has been cancelled
fix headings
2025-03-03 14:30:05 +11:00
.github/workflows init project 2025-01-19 23:16:57 +11:00
priv fix headings 2025-03-03 14:30:05 +11:00
src fix styling on singular, change citation 2025-01-30 18:09:40 +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 get all posts in, make styles acceptable & passable 2025-01-30 17:23:48 +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 fix headings 2025-03-03 14:30:05 +11:00
package.json get all posts in, make styles acceptable & passable 2025-01-30 17:23:48 +11: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