Fork me on GitHub
#leiningen
<
2016-06-02
>
virmundi02:06:58

can a lein template execute a git clone?

virmundi02:06:05

I'm trying to create a template for create a stub for my micro-services. I want to have it create the main and reloaded files, along with the components to build handlers, wrap them, migrate the DB, etc

virmundi02:06:53

essentially all I want my team to do is fill in the handlers file and the data access layer (which gets fed a db connection by Component).

virmundi02:06:51

nevermind. I think this is a bad idea. The people using the template will probably not have to actual work on the support libraries