sbt / sbt-boilerplate

sbt plugin for generating scala.Tuple/Function related boilerplate code
BSD 2-Clause "Simplified" License
109 stars 18 forks source link

Extract the template engine #29

Open ghostbuster91 opened 5 years ago

ghostbuster91 commented 5 years ago

Could you extract the template engine so it could be reused by other projects? I just created an adaptation of this plugin for gradle, and I am also plan to do one for android.

https://github.com/ghostbuster91/gradle-boilerplate

jrudolph commented 5 years ago

Sounds useful but not sure when I would get to it. I guess a PR would be welcome which splits the project into engine and sbt-plugin subproject.