Tappaas Statistics banner
TAPPaaS TAPPaaS

Tappaas Statistics

Documentation community

Description

Generate code and documentation statistics for `src/` and write/update `src/STATISTICS.md`. ## Steps ### 1. Count lines in `src/foundation/` Run the following shell commands to count non-blank lines by file type under `src/foundation/` (excluding `src/foundation/Attic/`): ```bash # Bash (.sh) find src/foundation/ -path "*/Attic/*" -prune -o -name "*.sh" -print | xargs wc -l 2>/dev/null | tail -1 # Python (.py) find src/foundation/ -path "*/Attic/*" -prune -o -name "*.py" -print | xargs wc -

Installation

Installs to ~/.claude/commands/tappaas-tappaas-tappaas-statistics.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TAPPaaS/TAPPaaS/HEAD/.claude/commands/tappaas-statistics.md -o ~/.claude/commands/tappaas-tappaas-tappaas-statistics.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository