Webdash NPM Scripts
Run your frequently used npm scripts straight from the dashboard using one-click buttons.npm install --save-dev webdash-npm-scripts

Features
Run your npm scripts straight from the dashboard using one-click buttons.- Quick-access your top 3 scripts
- Access secondary scripts from dropdown
- Cancel long running tasks
- View command output
Configuration
This plugin creates 3 buttons for the first 3 scripts in yourpackage.json
and tosses the rest in a dropdown.You can control if a command should end up as a button or in the list by rearranging the scripts in your
package.json
simply add ` "serverScripts": "start", "dev" ` to root of your webdash.json
you can see output of tasks in terminal
Contributing
this project uses standard js for coding style, make sure to run ``npm run lint
` or
`yarn lint
`` before commiting changes