leiningen

2023-04-06T16:07:57.773289Z

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

eskos 2023-04-08T08:26:29.537509Z

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
2023-04-08T12:24:25.597509Z

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

kennytilton 2023-04-06T16:38:52.672619Z

Is this at all relevant? https://github.com/babashka/neil

2023-04-06T17:09:40.607929Z

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