Skip to content

Highlight refactors and efforts to keep code base lean

License

Notifications You must be signed in to change notification settings

kaihendry/lesshero

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Less Hero!

Less Hero explainer

Demo: https://kaihendry.github.io/lesshero/

Goal: Highlight efforts to reduce bloat

It's important for your health to watch your weight.

Same for code.

Aim of this project is to celebrate those who refactor and put code on a diet!

Install

Assuming you have a Go runtime installed:

go install github.com/kaihendry/lesshero@latest

Usage

lesshero -b will show source code additions over time in a chart in your browser.

Explicit usage:

lesshero /path/to/a/full/git/checkout > sloc.jsonl
cat sloc.jsonl | lesshero -o chart.html

Docker

docker run -v $(pwd):/repo hendry/lesshero -o /repo/chart.html /repo

Related projects to help track code complexity

Create a SLOC chart via a GitHub action

First you need to enable Github Pages with the source of Github Actions.