codepulse 0.2.0

Measure the heartbeat of your codebase — visualize lines of code over time from git history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "codepulse"
version = "0.2.0"
edition = "2021"
description = "Measure the heartbeat of your codebase — visualize lines of code over time from git history"
license = "MIT"
repository = "https://github.com/yourusername/codepulse"
keywords = ["git", "visualization", "cli", "analytics", "loc"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
git2 = "0.19"
plotters = "0.3"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"