JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q95830F
  • License UNLICENSED

An AI-powered project analysis and reporting tool.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ai-project-report) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    AI Project Report

    An AI-powered project analysis and reporting tool.

    Installation

    npm install -g ai-project-report

    Usage

    ai-project-report [directory_to_analyze] [directory1_for_review] [directory2_for_review]

    Examples

    • Analyze the current directory and skip the daily review:

      ai-project-report
    • Analyze 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.