NPM-ButtonsA VS Code extension that generates a Tab of Buttons for each NPM Script in your Package.json file InstallationInstall the Extension through Visual Studio Code Market Place by Searching "NPM-Buttons" UsageOnce Installed Open a Existing or New Project containing a Package.json File in the Root On your Keyboard press Ctrl + Shift + P to open the Command Palette Search "NPM Buttons" if it doesn't appear immediately, then click on it. A New VS Code Tab should open called NPM Scripts with Buttons for each NPM Script you have in the Package.json When you want to run one of the scripts click on the associated Button and the command will run. Enjoy your Programming! |