A simple and efficient command-line tool for analyzing log files. Designed to help developers and system admins quickly extract insights and detect issues from log data.
- Parse and analyze large log files
- Filter logs by date, type, or keyword
- Generate summary reports
- Lightweight and easy to use
git clone https://github.com/hamidrezaghavami/LogAnalyzerCLI.git
cd LogAnalyzerCLI
npm install