ToniVrdoljak / elixir-in-action-todo-list

Implementation of todo list from "Elixir in action" book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoList

Implementation of todo list from the book "Elixir in action" by Saša Jurić

Installation

If available in Hex, the package can be installed by adding todo_list to your list of dependencies in mix.exs:

def deps do
  [
    {:todo_list, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/todo_list.

About

Implementation of todo list from "Elixir in action" book


Languages

Language:Elixir 100.0%