quality-time

Crates.ioquality-time
lib.rsquality-time
version0.1.0
sourcesrc
created_at2023-01-15 16:38:40.807213
updated_at2023-01-15 16:38:40.807213
descriptionCommand line tool to generate actionable metrics for priorizing refactors on your rust project
homepage
repositoryhttps://github.com/Kaendor/quality-time
max_upload_size
id759560
size74,539
Kaendor (Kaendor)

documentation

README

Quality Time

This project is a CLI used to gain insight on your code.

It is based on Churn (number of tome a file was edited) and complexity (Cyclomatic complexity: number of branch in a function)

Goals

Provide simple actionable metric.

Todos

  • Add all the tests
  • Use local error type instead of expects
  • Add ignoring file possible
  • Add repo path configurable
  • Support more langages
  • Add time range configurable
  • Add shortcut display in TUI
  • Add marks on the axis for the selected file
Commit count: 63

cargo fmt