0.0.20 • Published 6 months ago
made-report-lib v0.0.20
Made Metrics Report
A TypeScript library to generate agile metrics and reports in Markdown format, making it easy to visualize and analyze data from your agile process.
🚀 Features
Markdown Reports
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
Advanced Metrics
Throughput Analysis
- Automatic delivery rate calculation
- Trends over time
- Pattern and anomaly identification
- Historical data-based forecasts
Cumulative Flow Diagram
- Workflow visualization
- Bottleneck identification
- WIP (Work in Progress) analysis
- Cycle time and lead time
Monte Carlo Simulation
- Probabilistic delivery forecasts
- Risk analysis
- Confidence intervals for estimates
🛠 Installation
npm i made-report-lib
📖 How to Use
import { ReportManager } from "made-report-lib"
const report = new ReportManager ()
const dbpath = "./example"
report.createReport(dbpath)
Referencia
0.0.20
6 months ago
0.0.19
7 months ago
0.0.18
7 months ago
0.0.17
7 months ago
0.0.16
7 months ago
0.0.15
7 months ago
0.0.14
7 months ago
0.0.13
7 months ago
0.0.12
7 months ago
0.0.11
7 months ago
0.0.10
7 months ago
0.0.8
7 months ago
0.0.7
7 months ago
0.0.6
7 months ago
0.0.5
7 months ago
0.0.4
7 months ago
0.0.3
7 months ago
0.0.2
7 months ago
0.0.1
7 months ago