Hello, what's the recommended way to use clerk to explain a library, but not include it as a dependency? I tried https://github.com/nextjournal/clerkless, but it doesn't comply with the full clerk api, like https://github.com/nextjournal/clerk/blob/main/src/nextjournal/clerk.clj#L365.
hey, just haven’t updated clerkless, should be an easy fix
another way would be to only use clerk‘s metadata api
if you could share a link to your usage of clerk in your library I could take a look and tell you if that’s feasible
Right now is pretty simple usage. Updating clerkless would be enough. I didn't think of using only metadata, I'll go with that approach for now. Thanks!