leiningen 2023-04-06

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.

๐Ÿ‘ 1

Oh thank you, thatโ€™s a good template

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

๐Ÿ‘ 1