Go to file
Moritz Böhme 53abb3b4aa
feat: add toy registry
2024-08-09 12:30:25 +02:00
lib/todo feat: extend supervision tree 2024-08-07 10:33:19 +02:00
other feat: add toy registry 2024-08-09 12:30:25 +02:00
test feat: add server cache 2024-08-04 13:56:50 +02:00
.envrc feat: add simple todo list module 2024-08-01 20:25:13 +02:00
.formatter.exs feat!: make a project using mix 2024-08-04 13:21:15 +02:00
.gitignore feat: first supervision tree 2024-08-07 10:03:31 +02:00
README.md feat!: make a project using mix 2024-08-04 13:21:15 +02:00
flake.lock feat: add simple todo list module 2024-08-01 20:25:13 +02:00
flake.nix feat: add simple todo list module 2024-08-01 20:25:13 +02:00
mix.exs feat!: make a project using mix 2024-08-04 13:21:15 +02:00

README.md

Todo

TODO: Add description

Installation

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

def deps do
  [
    {:todo, "~> 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.