Has anyone tried creating a leiningen plugin for a deps.edn project? I'm considering doing so and would love to see any example projects
AFAIK Leiningen plugin development is self-recursive on purpose, which is one of the reasons why my https://github.com/esuomi/git-revisions tool is split into three parts; core, Leiningen plugin and tools.build task.
Oh thank you, thatโs a good template
Is this at all relevant? https://github.com/babashka/neil
Yeah, that's cool but not quite what i need. I have a library that I'm building to replace an existing library that has a leiningen plugin. and to make it easier for leiningen users, seemed worthwhile to make a leiningen plugin