데이터 파이프라인 프로토타입 완성

This commit is contained in:
2026-01-22 17:19:24 +09:00
parent 6a94377c3a
commit 24e362a0ad
8 changed files with 70 additions and 7 deletions

View File

@@ -21,13 +21,6 @@ try {
Write-Host ""
Write-Host "Installed hooks:" -ForegroundColor Cyan
Write-Host " - pre-commit: XLSX 데이터 검증" -ForegroundColor White
Write-Host " - post-commit: ScriptableObject 자동 생성" -ForegroundColor White
Write-Host ""
Write-Host "💡 사용법:" -ForegroundColor Cyan
Write-Host " 1. Excel에서 데이터 수정" -ForegroundColor White
Write-Host " 2. git add GameData/Towers.xlsx" -ForegroundColor White
Write-Host " 3. git commit -m 'Update data'" -ForegroundColor White
Write-Host " → 자동으로 검증 및 SO 생성" -ForegroundColor Gray
}
catch {
Write-Host "❌ Hook 파일 복사 실패: $_" -ForegroundColor Red