A Gleam-lang template for me.
# This is a GitHub template repository, so you can use it.
# If you want to use Nix, just use this command...!!
nix flake init -t github:haruki7049/gleam_template#defaultgleam run # Run the project
gleam test # Run the tests
# Or with Nix
nix build
nix develop
nix-shell
nix-build