first commit

This commit is contained in:
julien
2026-03-15 19:58:46 +01:00
commit bbc4e4da65
32 changed files with 1854 additions and 0 deletions

13
roles/devel/config.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
source "$PROJECT_DIR/lib.sh"
enable_strict_mode
cat <<'EOM'
=> Developer environment
EOM
configure_php_no_jit
log_ok "PHP developer configuration applied"
echo 'Developer profile ready.'

View File

@@ -0,0 +1,9 @@
ROLE_PACKAGES=(
"php-cli"
"composer"
"sqlite3"
"php-sqlite3"
"npm"
"shfmt"
"php-xdebug"
)