This package was inspired by Justin Searls' Ruby Gem TODO or Die!. All credits to him!
It's available in Hex, the
package can be installed by adding todo_or_die
to your list of
dependencies in mix.exs
:
def deps do
[
{:todo_or_die, "~> 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_or_die.