Packages

LiveTerm is going to be an experiment in writing CLIs and TUIs while providing a LiveView-like developer experience.

Current section

Files

Jump to
live_term README.md
Raw

README.md

# 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`:
```elixir
def deps do
[
{:live_term, "~> 0.0.1"}
]
end
```
The docs can be found at <https://hexdocs.pm/live_term>.