Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadjoubran/webdash-npm-scripts
Run your frequently used npm scripts straight from the dashboard using one-click buttons.
https://github.com/jadjoubran/webdash-npm-scripts
node npm npm-scripts webdash webdash-plugin
Last synced: 21 days ago
JSON representation
Run your frequently used npm scripts straight from the dashboard using one-click buttons.
- Host: GitHub
- URL: https://github.com/jadjoubran/webdash-npm-scripts
- Owner: jadjoubran
- Created: 2018-02-28T16:27:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T13:21:42.000Z (over 6 years ago)
- Last Synced: 2024-04-26T00:06:48.580Z (7 months ago)
- Topics: node, npm, npm-scripts, webdash, webdash-plugin
- Language: HTML
- Homepage: https://webdash.xyz/
- Size: 58.6 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webdash NPM Scripts
Run your frequently used npm scripts straight from the dashboard using one-click buttons.
```bash
npm install --save-dev webdash-npm-scripts
```![NPM Scripts preview](https://i.imgur.com/lkmMxDc.png)
## 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.jsonyou can see output of tasks in terminal
## Contributing
this project uses [standard js](https://github.com/standard/standard)
for coding style,
make sure to run ```npm run lint``` or ```yarn lint``` before commiting changes
## Enjoying webdash?Say Hi on Twitter: [@JoubranJad](https://twitter.com/JoubranJad)