The plugin shows a list of "large" source files, sorted in descending order by the number of lines.
<threshold>
is an optional unsigned integer specifying the minimum number of lines for files
sbt show bulkySources <threshold>
Output example:
[info] * (130, .../src/main/scala/../../../A.scala)
[info] * (100, .../src/main/scala/../../../B.scala)
sbt show test:bulkySources <threshold>
Output example:
[info] * (170, .../src/test/scala/../../../Y.scala)
[info] * (110, .../src/test/scala/../../../Z.scala)
bulkyThresholdInLines: Int
— a fallback<threshold>
value for empty input, default is100
The plugin isn't published on any public repository. Stay tuned.