README.md

# TodoOrDie

This package was inspired by Justin Searls' Ruby Gem [TODO or
Die!](https://github.com/searls/todo_or_die). All credits to him!

## Installation

It's [available in Hex](https://hex.pm/todo_or_die), the package can
be installed by adding `todo_or_die` to your list of dependencies in
`mix.exs`:

```elixir
def deps do
  [
    {:todo_or_die, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/todo_or_die](https://hexdocs.pm/todo_or_die).