run-command
Execute terminal commands directly within your React app workflow. Specify the command and optional directory to streamline development tasks.
Instructions
Run a terminal command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
directory | No | Directory to run the command in (defaults to current directory) |