mirror of
https://github.com/tailwags/teapot.git
synced 2026-02-19 18:49:01 +00:00
No description
- Gleam 84.3%
- Erlang 15.7%
| .github/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
teapot
gleam add teapot@1
import teapot
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/teapot.
Development
gleam run # Run the project
gleam test # Run the tests