ai-project-report
v1.2.5
Published
An AI-powered project analysis and reporting tool.
Readme
AI Project Report
An AI-powered project analysis and reporting tool.
Installation
npm install -g ai-project-reportUsage
ai-project-report [directory_to_analyze] [directory1_for_review] [directory2_for_review]Examples
Analyze the current directory and skip the daily review:
ai-project-reportAnalyze a specific directory and perform a daily review:
ai-project-report /path/to/project /path/to/project/dir1 /path/to/project/dir2
Configuration
Gemini API Key
You need to have a Gemini API key to use the AI reporting feature. Set it as an environment variable:
export GEMINI_API_KEY='YOUR_API_KEY'This will analyze the current directory, and perform a daily review comparing dir1 and dir2.
