sbt / sbt-boilerplate

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

Allow customization of target files' extension #55

Open danslapman opened 3 weeks ago

danslapman commented 3 weeks ago

Hi! I want to use this plugin for Kotlin sources generation (yeah, sound weird - I'm writing a Scala-Kotlin compatibility layer) and need to scrap some boilerplate (specifically Function[..] conversions). This tiny change adds and ability to customize extension of generated sources.

Thanks in advance!