Add hinoto and hinoto_cli as dependencies in your gleam.toml file:
hinoto = { git = "https://github.com/Comamoca/hinoto" }
hinoto_cli = { git = "https://github.com/Comamoca/hinoto_cli" }gleam deps download
# Setup project for CloudFlare workers
gleam run -m hinoto/cli -- workers init
# Preview
wrangler devgleam check
gleam testMIT