projectGuidePath static method

String projectGuidePath(
  1. SetupConfig config
)

Implementation

static String projectGuidePath(SetupConfig config) {
  return p.join(config.outputDir, 'GET_STARTED.md');
}