LiveTerm
LiveTerm is going to be an experiment in writing CLIs and TUIs while providing a LiveView-like developer experience.
Current Status: WIP
Installation
The package can be installed by adding live_term to your list of dependencies in mix.exs:
def deps do
[
{:live_term, "~> 0.0.1"}
]
endThe docs can be found at https://hexdocs.pm/live_term.