Quick and explicit way to get your crud actions implemented. Easy to override, not too magical.
...
...
...
## in config.exs / runtime.exs file
...
If available in Hex, the package can be installed
by adding dryhard
to your list of dependencies in mix.exs
:
def deps do
[
{:dryhard, "~> 0.1"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/dryhard.
The lib is available as open source under the terms of the MIT License.