README.md

# atex_bsky

This package contains the [app.bsky] and [chat.bsky] lexicons translated
into Elixir modules for use with [atex].

## Installation

Add `atex_bsky` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:atex_bsky, "~> 0.1"}
  ]
end
```

[app.bsky]: https://github.com/bluesky-social/atproto/tree/main/lexicons/app/bsky
[chat.bsky]: https://github.com/bluesky-social/atproto/tree/main/lexicons/chat/bsky
[atex]: https://github.com/cometsh/atex