A TypeScript library to generate agile metrics and reports in Markdown format, making it easy to visualize and analyze data from your agile process.
-
Sprint Reports: Automatic generation of sprint reports including:
- Completed stories
- Sprint velocity
- Burndown chart
- Impediments and risks
- Retrospective
-
Backlog Insights: Clear visualization of your backlog with:
- Stories distribution by epic
- Estimates
- Prioritization
- Dependencies
-
Roadmap Visualization: Visual mapping of your roadmap including:
- Major milestones
- Delivery dependencies
- Estimated timeline
- Strategic objectives
- Automatic delivery rate calculation
- Trends over time
- Pattern and anomaly identification
- Historical data-based forecasts
- Workflow visualization
- Bottleneck identification
- WIP (Work in Progress) analysis
- Cycle time and lead time
- Probabilistic delivery forecasts
- Risk analysis
- Confidence intervals for estimates
npm i made-report-lib
import { ReportManager } from "made-report-lib"
const report = new ReportManager ()
const dbpath = "./example"
report.createReport(dbpath)