A character sheet creator for TTRPGs sheetr.app/
gleam dnd dnd5e atproto
4
fork

Configure Feed

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

at main 32 lines 885 B view raw view rendered
1# alicia 2 3## alicia_lexgen 4 5- [ ] Codegen 6- [ ] 100% spec coverage 7 - [x] Coverage for Sheetr lexicons 8- [ ] Ability to fetch lexicon schemas from internet/git 9- [ ] Possibly move parsing/gen into an `alicia_lex` or `alicia_lexicon` package 10 and have `alicia_lexgen` as a pure CLI package. 11- [ ] Extract codegen library or use an external one. 12 13## alicia_api 14 15> Waiting on `lexgen` 16 17- [ ] Generated code 18 - [ ] `com.atproto.*` 19 - [ ] `app.bsky.*` 20 21## alicia_identity 22 23## alicia_oauth 24 25## xrpc 26Possibly have XRPC client libraries which are thin wrappers around existing HTTP 27clients like `httpc` or JavaScript's `fetch`. Could also provide helper package 28for `lustre` users that provides functions that return `effect`s instead/as well. 29 30## crypto/common/syntax/repo 31All might be needed, unsure as to the exact architecture that will be used as of 32current so can't say for certain.