No description
Find a file
2025-02-25 15:13:56 +11:00
.github/workflows init project 2025-01-19 23:16:57 +11:00
priv add J divide, add revolution 2025-02-25 15:13:56 +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 add build command 2025-01-30 16:48:38 +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