Slack TODO app built on plugs. Supports the following commands:
/add text- adds a new todo item/list- lists the items/pick text- removes the item containingtextfrom the list
If available in Hex, the package can be installed
by adding happy_todo to your list of dependencies in mix.exs:
def deps do
[{:happy_todo, "~> 0.1.0"}]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/happy_todo.