Add and copy AGENTS.md for starter
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user