#lilconfig — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lilconfig, aggregated by home.social.
-
this thing works on one end by validating a config file loaded by #lilconfig. on the other end it adds some fluent API methods to #zod to set metadata on the schema which is then used—in combination with what zod already gives you—to make calls into #yargs definition options, positionals, etc.
wish zod made it easier to extend a la jquery plugins. not sure why it doesn’t, but curious to know why. there’s no way around module augmentation of course.