ExTerm

Description

ExTerm is an IEx console LiveView component. The IEx console is responsible for converting your interactions with the browser into erlang IO protocol so that you can execute code from your browser.

Installation

  1. Add ExTerm to your mix.exs:

def deps do
  [
    # ...
    {:ex_term, "~> 0.1"}
    # ...
  ]
end
  1. Connect the ex_term CSS:
  1. Create a live view in your routes

Documentation

Documentation is available on hexdocs.pm: https://hexdocs.pm/ex_term

Not implemented yet (soon):

Planned (Pro?) features: