apply abstract method

String apply(
  1. String path, {
  2. required String pathWithoutSourceDir,
})

applies the path with any configured parts from path and formats them with mustache

Implementation

String apply(
  String path, {
  required String pathWithoutSourceDir,
});