defaultAppConfig top-level property
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',
),
],
);