README.md

# SonicClient
![CI](https://github.com/codegram/sonic-client/workflows/CI/badge.svg)
![generate-docs](https://github.com/codegram/sonic-client/workflows/generate-docs/badge.svg)

Sonic Client for Elixir

**TODO: Add description**

## Docs
https://codegram.github.io/sonic-client/

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sonic_client` to your list of dependencies in `mix.exs`:

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

## Testing sonic connection inside devcontainer

```bash
telnet sonic 1491
START control SecretPassword
PING
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sonic_client](https://hexdocs.pm/sonic_client).