defaultAppConfig top-level property

AppConfig defaultAppConfig
final

Default configuration with a working example repository.

Implementation

final AppConfig defaultAppConfig = AppConfig(
  repos: [
    GitHubRepoConfig(
      name: 'Very Good Templates',
      githubUrl: 'https://github.com/VeryGoodOpenSource/very_good_templates',
    ),
  ],
);