
sbt plugin for generating scala.Tuple/Function related boilerplate code
sbt-boilerplate is an sbt-plugin that generates stubs for code which has to be expanded for all numbers of arguments from 1 to 22. It provides a simple template language and allows users to define custom separators and ranges for iteration. The plugin supports sbt 0.13.x and 1.0.x.
sbt-boilerplate is a useful sbt-plugin for generating code stubs that need to be expanded for different numbers of arguments. With its template language and customization options, it provides a flexible solution for supporting TupleX or FunctionX generically. It is compatible with sbt 0.13.x and 1.0.x, making it a versatile tool for developers.
