From d878d82d4a536b7c395acbb07b4d5609fe4f38c2 Mon Sep 17 00:00:00 2001 From: Maximilian Walz Date: Wed, 16 Apr 2025 16:39:14 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84c9ca9..5357e7b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ Scripts for generating project context for llms ## ContentExtractor.ps1 -> Script type: PowerShell -### Features: -1. Extract all .java files -2. Extract configured additional files -3. Extract configured additional file types +> - Script type: **PowerShell** +> - Targeted language **Java** +> - Includes default files (build.gradle, application.properties) ### Usage example `.\ContextExtractor.ps1 -AdditionalFiles "src\main\resources\static\index.html"`