Gleam ATProto packages
30

Configure Feed

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

README.md

alicia_core#

Package Version Hex Docs

The core syntax/types of atproto.

gleam add alicia_core@1
import alicia/core/nsid
import gleam/io

pub fn main() -> Nil {
  let assert Ok(parsed) = nsid.parse("app.bsky.feed.post")
  io.println(nsid.to_string(parsed))
}

Further documentation can be found at https://hexdocs.pm/alicia_core.

Development#

gleam test  # Run the tests