Pre-packaged app.bsky and chat.bsky AT Protocol lexicons.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version for fixed readme

+4 -6
+3 -5
README.md
··· 1 1 # atex_bsky 2 2 3 - This package contains the [`app.bsky`] and [`chat.bsky`] lexicons translated 3 + This package contains the [app.bsky] and [chat.bsky] lexicons translated 4 4 into Elixir modules for use with [atex]. 5 5 6 6 ## Installation ··· 15 15 end 16 16 ``` 17 17 18 - [`app.bsky`]: 19 - https://github.com/bluesky-social/atproto/tree/main/lexicons/app/bsky 20 - [`chat.bsky`]: 21 - https://github.com/bluesky-social/atproto/tree/main/lexicons/chat/bsky 18 + [app.bsky]: https://github.com/bluesky-social/atproto/tree/main/lexicons/app/bsky 19 + [chat.bsky]: https://github.com/bluesky-social/atproto/tree/main/lexicons/chat/bsky 22 20 [atex]: https://github.com/cometsh/atex
+1 -1
mix.exs
··· 1 1 defmodule AtexBsky.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.1.0" 4 + @version "0.1.1" 5 5 @github "https://github.com/cometsh/atex_bsky" 6 6 @tangled "https://tangled.sh/@comet.sh/atex_bsky" 7 7