데이터 파이프라인 프로토타입 완성
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user