Pre-packaged Standard.site AT Protocol lexicons.
1
fork

Configure Feed

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

at main 18 lines 367 B view raw view rendered
1# atex_standard_site 2 3This package contains the [Standard.site] lexicons translated into Elixir modules for use with [atex]. 4 5## Installation 6 7Add `atex_standard_site` to your list of dependencies in `mix.exs`: 8 9```elixir 10def deps do 11 [ 12 {:atex_standard_site, "~> 0.1"} 13 ] 14end 15``` 16 17[Standard.site]: https://standard.site/ 18[atex]: https://github.com/cometsh/atex