Allow teams to share a standard setup file:
npx dev-setup --from-file team-setup.json
The JSON file lists which tools to install.
Teams can commit this to their onboarding repo
so every new developer gets the same environment.
Format would match the output of the --save feature (E-06).