Normalize Tooling
Normalize scripts, gypfile, config, and workspaces fields in workspace package.json files.
Summary
The normalize-tooling recipe handles tooling-related fields in each workspace's package.json. It normalizes the scripts object, gypfile flag, config object, and workspaces field according to workspace role conventions.
Usage
- nova (installed)
- npx (no install)
nova recipe package-json normalize-tooling [options]
npx --yes @cbnventures/nova@latest recipe package-json normalize-tooling [options]
Options
| Flag | Description |
|---|---|
-d, --dry-run | Preview changes without modifying files. |
-r, --replace-file | Overwrite the original file instead of creating a backup. |