configStub function

String configStub(
  1. ReCase configName
)

This stub is used to create a new Config.

Implementation

String configStub(ReCase configName) => '''
/* ${configName.titleCase}
|--------------------------------------------------------------------------
| Learn more: https://nylo.dev/docs/5.20.0/configuration
|-------------------------------------------------------------------------- */

// ...

''';