list
List workspace projects ranked by physical node_modules size, or filter installations by exact package name.
bash
nodehunter list ~/work
nodehunter list ~/work --full
nodehunter list ~/work --package react
nodehunter list ~/work --jsonModes
Projects (default)
Physical size per project — same sizing basis as size.
bash
nodehunter list ~/work --top 5Package filter
Inventory depth: every install of an exact package name with attributed per-install sizes.
bash
nodehunter list ~/work --package reactAttributed sizes come from per-install path measurement; they may differ from whole-project size totals on pnpm/npm layouts.
Options
Discovery flags, global flags, --top, --full, and:
| Flag | Description |
|---|---|
--package <name> | Filter by exact package name |
Examples
bash
# Top 5 largest projects
nodehunter list ~/company --top 5
# Every react install in a monorepo
nodehunter list ~/company --package react --fullRelated
- find — search one package with aggregate stats
- JSON output —
workspaceblock forlist