Categorygithub.com/atomiyama/ccstat
modulepackage
0.2.0
Repository: https://github.com/atomiyama/ccstat.git
Documentation: pkg.go.dev

# README

ccstat

Conventional Commit Statistic
Aggregate total changed line count by specific dimension.

examples

$ ccstat --group-by=scope --after=2022-01-01 --before=2022-12-31
scope   insertion   deletion
----------------------------
core    1135        323
ci      29          10
None    123456      54321

$ ccstat --group-by=type
type    insertion   deletion
----------------------------
feat    123456      54321
fix     1135        323
build   29          10

Installation

TBD

Flags

--group-by

optiondescription
scopeConventional Commit Scope
type(NOT IMPLEMENTED) Conventional Commit Type
author(NOT IMPLEMENTED)
committer(NOT IMPLEMENTED)
date(NOT IMPLEMENTED)

--after/--before

Aggregate commits more recent than a specific date.

# Packages

Copyright © 2023 NAME HERE <EMAIL ADDRESS> */.
No description provided by the author