0.0.9 • Published 6 months ago

@eventcatalog/reports v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

EventCatalog Reports

A CLI tool to generate reports for EventCatalog.

List of reports that can be generated:

  • Assessment Report
    • Run a free initial assessment of your EventCatalog project giving the user a score
  • Full Report
    • A comprehensive report of your EventCatalog project
    • Includes a score, recommendations, and a detailed breakdown of the project
    • Requires a license key and paid plan

Usage

Run the following command to generate a report for your EventCatalog project.

# Generate an assessment report for any EventCatalog project
npx @eventcatalog/reports generate-assessment

# Generate a full report for your EventCatalog project
npx @eventcatalog/reports generate-full-report

Examples