alexisab / webdash-npm-scripts

Run your frequently used npm scripts straight from the dashboard using one-click buttons.

Home Page:https://webdash.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webdash NPM Scripts

Run your frequently used npm scripts straight from the dashboard using one-click buttons.

npm install --save-dev webdash-npm-scripts

NPM Scripts preview

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 your package.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

Enjoying webdash?

Say Hi on Twitter: @JoubranJad

About

Run your frequently used npm scripts straight from the dashboard using one-click buttons.

https://webdash.xyz/


Languages

Language:HTML 86.1%Language:JavaScript 13.9%