https://github.com/cometsh/atex_bsky
Pre-packaged `app.bsky` and `chat.bsky` AT Protocol lexicons.
https://github.com/cometsh/atex_bsky
Last synced: about 2 months ago
JSON representation
Pre-packaged `app.bsky` and `chat.bsky` AT Protocol lexicons.
- Host: GitHub
- URL: https://github.com/cometsh/atex_bsky
- Owner: cometsh
- License: mit
- Created: 2026-04-01T17:54:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T00:56:07.000Z (2 months ago)
- Last Synced: 2026-04-07T05:03:18.605Z (about 2 months ago)
- Language: Elixir
- Size: 76.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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