This project is a simple code analysis visualization tool that uses scripts written by Adam Tornhill.
It uses:
- java
- cloc
- python3
- node 25.5.0
- pnpm 10.33.0
- If you need to ignore a folder (like
node_modules), add it to.clocignore. - Install Node:
nvm use 25.5.0 - Install dependencies:
pnpm install - Run:
pnpm analyze --gitFolder='~/Workspace/core-banking' --reportFolder='./core-banking' --startDate='2024-01-01' - Run:
pnpm serve - Open
http://localhost:3000?project=core-banking&startDate=2024-01-01&endDate=2026-04-16in your browser