Current section
Files
Jump to
Current section
Files
README.md
# Sunta
[](https://hex.pm/packages/sunta) [](https://github.com/su-mi-lab/sunta/blob/develop/LICENSE) [](https://hex.pm/packages/sunta)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `sunta` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:sunta, "~> 0.0.0"}]
end
```
2. Ensure `sunta` is started before your application:
```elixir
def application do
[applications: [:sunta]]
end
```