An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization
25
fork

Configure Feed

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

docs: add list of pre-built lexicon packages

+11
+11
README.md
··· 26 26 [Tap]: https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md 27 27 [Drinkup]: https://tangled.org/comet.sh/drinkup 28 28 29 + ## Pre-built lexicon packages 30 + 31 + The following packages provide sets of AT Protocol lexicons pre-transpiled with 32 + `deflexicon`, ready to use without running the code generator yourself: 33 + 34 + - [atex_atproto](https://github.com/cometsh/atex_atproto) - core AT Protocol 35 + lexicons 36 + - [atex_bsky](https://github.com/cometsh/atex_bsky) - Bluesky lexicons 37 + - [atex_standard_site](https://github.com/cometsh/atex_standard_site) - Standard 38 + Site lexicons 39 + 29 40 ## Installation 30 41 31 42 Get atex from [hex.pm](https://hex.pm) by adding it to your `mix.exs`: