Add and copy AGENTS.md for starter

This commit is contained in:
Achim Rohn
2026-01-07 20:38:24 +01:00
parent 8e5f636c09
commit 9e861f050f
4 changed files with 323 additions and 4 deletions
+4 -2
View File
@@ -2,8 +2,6 @@ package create
import (
"fmt"
. "git.gorlug.de/code/ersteller"
"git.gorlug.de/code/ersteller/starter/env"
"log"
"os"
"os/exec"
@@ -11,6 +9,9 @@ import (
"path/filepath"
"runtime"
"strings"
. "git.gorlug.de/code/ersteller"
"git.gorlug.de/code/ersteller/starter/env"
)
type DatabaseType string
@@ -97,6 +98,7 @@ func (s StarterCreator) Create() {
}
s.copyFile("../.gitignore", ".gitignore")
s.copyFile("../AGENTS.md", "AGENTS.md")
s.createEnvironment()
directories := []string{