README.md

[![Mandate CI Status](https://github.com/minibikini/mandate/actions/workflows/elixir.yml/badge.svg)](https://github.com/minibikini/mandate/actions/workflows/elixir.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/mandate.svg?maxAge=2592000)](https://hex.pm/packages/mandate)
[![Hex.pm](https://img.shields.io/hexpm/l/mandate.svg?maxAge=2592000)](https://hex.pm/packages/mandate)
[![Hexdocs.pm](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/mandate)

# 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