NPM Script Runner
Adds a clickable "▶ Run" button above each script in package.json to run the corresponding npm run command in the correct directory.
Features
- Displays CodeLens buttons for each script in
package.json .
- Runs scripts in the directory of the
package.json file.
- Supports multiple
package.json files in different workspace folders.
Usage
- Open a
package.json file.
- Click the "▶ Run [scriptName]" button above any script to execute it in the terminal.
| |