0.0.2 • Published 7 years ago

concurrently-dashboard v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

concurrently-dashboard

Run your commands concurrently with seperated output in a CLI dashboard.

Installation

Global: npm i concurrently-dashboad -g

Local: npm i concurrently-dashboad --save-dev

Usage

  Usage: concurrently-dashboard [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -c, --command [command]  Command to run concurrently
    -l, --label [label]      Label corresponding to command
    -t, --title [title]      Dashboard title

Example

concurrently-dashboard --command 'ping 8.8.8.8' --label 'Google DNS' --command 'ping 8.8.4.4' --label 'Google DNS Fallback' --title 'Concurrently Dashboard Example'

example