meow check
Type-check viatsc over the generated shadow config.
| Argument | Description |
|---|---|
[paths…] | Files/dirs to check. Defaults to the whole project. |
.meow/tsconfig.json — run meow sync first
(or meow init, which does it for you). Resolves tsc through meow x, using a
locally installed TypeScript if present. See Type checking.
meow lint
Lint over the shared Oxc syntax tree.| Argument | Description |
|---|---|
[paths…] | Files/dirs to lint. Defaults to the project root. |
lint.rules
in meow.config.json. See Linting.
meow fmt
Format source files from the Oxc code printer.| Flag / Argument | Description |
|---|---|
--check | Report files that would change and exit non-zero; write nothing. |
[paths…] | Files/dirs to format. Defaults to the project root. |
meow bundle
Bundle a module graph via Rolldown over meow’s resolver.| Flag / Argument | Description |
|---|---|
<entries…> | One or more entry modules (required). |
-o, --out <dir> | Output directory (default dist). |
Insight & lifecycle commands
why-dep, why-large, why-slow, doctor, sync, ls.