Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.61 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.61 KB

Dryhard

CI Hex.pm Docs Total Download License


Quick and explicit way to get your crud actions implemented. Easy to override, not too magical.

Why use dryhard?

...

Usage

...

Testing

...

Configuration

## in config.exs / runtime.exs file
...

Installation

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.

Support

Sponsored by Quantor Consulting

License

The lib is available as open source under the terms of the MIT License.