Simple word processor built with an Agent for concurrent-safety and simplicity. Basic cli built with https://github.com/bjufre/ex_prompt
Have elixir and mix installed locally.
mix deps.get
iex -S mix
Cli.start
- just start and interact with the cli.- Alternatively interact with the word processor directly.
mix test
to run the test cases.