A human-friendly DSL for ATProto Lexicons
27
fork

Configure Feed

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

at main 10 lines 250 B view raw
1[package] 2name = "mlf-codegen-typescript" 3version = "0.1.0" 4edition = "2024" 5license = "MIT" 6description = "TypeScript code generator plugin for MLF" 7 8[dependencies] 9mlf-lang = { path = "../../mlf-lang" } 10mlf-codegen = { path = "../../mlf-codegen" }