Ash for cli apps
I am very new to Ash. I am working in an existing Elixir app that is a cli tool (for now, but will evolve to several parts: web, api, etc). Is Ash suitable for this use case?
2 Replies
Yep!
Ash can be used in any context and isn't tied to web related things at all
There is even https://hexdocs.pm/ash_ops
which generates a mix task based CLI (very likely not what you want) for an Ash app
I will give a try. The truth is that I am also new to Elixir and I am beyound my confort zone. But surprisingly for me, the Elixir port of my Python app is much smaller and easier to debug and extend.