Current section
Files
Jump to
Current section
Files
README.md
# Tenacity
Tenacity is the initial package scaffold for the Tenacity Elixir project.
> #### Placeholder status {: .warning}
>
> Version 0.1.0 establishes the package and module boundary only. It does not
> provide a stable production API yet.
## Installation
Add `tenacity` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tenacity, "~> 0.1.0"}
]
end
```
## Placeholder API
The initial scaffold exposes one placeholder function:
```elixir
Tenacity.hello()
#=> :world
```
This API may change without notice before a substantive release.
Documentation is available on [HexDocs](https://hexdocs.pm/tenacity).
## License
Tenacity is released under the [MIT License](https://github.com/tenacious-elixir/tenacity/blob/main/LICENSE).