You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-08-20-evolving-seedfolder-with-github-copilot.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Evolving SeedFolder with GitHub Copilot - From Personal Tool to Multi-Template System
4
4
description: How GitHub Copilot helped transform a simple dotfile copier into a comprehensive project scaffolding tool with multiple templates and cross-platform support
5
+
summary: How I used GitHub Copilot to evolve SeedFolder from a dotfile copier into a flexible, multi-template scaffolding tool with cross-platform support, better UX, and CI improvements.
5
6
tags:
6
7
- dotnet-global-tools
7
8
- github-copilot
@@ -59,7 +60,7 @@ For example, [Issue #9](https://github.com/solrevdev/seedfolder/issues/9) outlin
59
60
60
61
The biggest transformation was moving from a single set of dotfiles to a comprehensive template system. [Pull Request #10](https://github.com/solrevdev/seedfolder/pull/10) introduced support for six different project types:
61
62
62
-
```powershell
63
+
```bash
63
64
# Interactive mode - prompts for template selection
64
65
seedfolder
65
66
@@ -89,7 +90,7 @@ Each template now includes carefully curated files appropriate for that project
89
90
The tool is now much more user-friendly and customizable. Some key improvements include:
90
91
91
92
**Interactive Mode**:
92
-
```powershell
93
+
```bash
93
94
$ seedfolder
94
95
? Select a project template: (Use arrow keys)
95
96
❯ dotnet - .NET applications with C# configuration
The next major evolution is planned around [Issue #15](https://github.com/solrevdev/seedfolder/issues/15) - creating a template marketplace. This will allow the community to share and install custom templates:
0 commit comments