npm_command
Execute npm commands like install, test, and build directly in your VS Code workspace. Specify the command, arguments, and working directory for automated package management and project scripts.
Instructions
Run npm commands (install, test, build, etc)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | npm command (install, test, run, etc) | |
| args | No | Additional arguments | |
| cwd | No | Working directory |