contributors
Summarize git contributor activity: commits, insertions, deletions, and last-active date per author, sourced from git log/git shortlog.
deps
List dependencies parsed from the project's manifest or lockfile.
env
Parse .env.example / .env.sample / .env.template for expected environment variables, then check whether each is set in .env or the shell environment, and scan source files for where each variable is actually used.
health
Run a set of repository health checks and report pass/warn/fail status for each.
Overview
Running meta with no subcommand prints a one-screen summary of the current project.
scripts
Discover runnable scripts across package.json, Makefile, justfile, Taskfile.yml, and pyproject.toml ([tool.taskipy.tasks] or [project.scripts]).
size
Analyze codebase size: file and line counts by language, by directory, and the largest individual files. Respects .gitignore via git ls-files when run inside a git repository.