README.md

# Mandate

Build robust, elegant CLIs with minimal boilerplate.

## Installation

The package can be installed by adding `mandate` to your list of dependencies in `mix.exs`:

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

## License

MIT License

Copyright (c) 2025 Egor Kislitsyn