Skip to content

Visual Studio Code addon that adds a project tree view which works similar to the npm menu in WebStorm. It shows all scripts defined in the package.json file of your project and allows you to run them with a single click. https://marketplace.visualstudio.com/items?itemName=RealDebugg.vsc-nodecmd

Notifications You must be signed in to change notification settings

RealDebugg/vsc-nodecmd

Repository files navigation


logo

NPM Scripts Menu

A VSCode extension that allows you to quickly execute your package.json scripts

Basic Usage

Here are some image that serve as a guide to the extension.

First, in-order to make use of the tree view or rather to get it to show up. You'll need to open a workspace folder.

Then to use it, expand the "npm" menu as shown at the bottom of the project explorer. You can click the command names to execute them using your set package manager.

To change the package manager the npm menu uses to execute commands. Navigate to Settings > Extensions > NPM (NODE) Scripts TreeView > Packagemanager

About

Visual Studio Code addon that adds a project tree view which works similar to the npm menu in WebStorm. It shows all scripts defined in the package.json file of your project and allows you to run them with a single click. https://marketplace.visualstudio.com/items?itemName=RealDebugg.vsc-nodecmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published