For years I heard that #elmlang was only good for building websites, but for 7+ months I've been building, & people have been using, my Open API CLI tool.

It's been a joy to work with the entire time.

If you want to write a script or build a CLI tool and aren't sure how to get started, I recommend using https://elm-pages.com/docs/elm-pages-scripts
elm-pages Scripts | elm-pages docs

You can run scripts written in pure Elm with the `elm-pages run` CLI command.

elm-pages