Run script from your package.json
with single click from the package.json
file itself.
The Run
button is right above the script.
Contrary to the extension name, this extension can run scripts using your preferred package manager not just
npm
.
This extension contributes the following settings:
npm-run.enable
: Enable/disable this extension.
- Added Run button next to scripts in package.json
- Scripts are run tasks in Terminal
- Run Scripts with your preferred package manager.