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