artursvonda / dashing-console

Super easy and simple console dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dashing-console

Simple way to launch multiple commands in dashboard Example

Install as a dependency

With yarn

yarn add --dev dashing-console
yarn dashing-console date "yarn build" "ls -l"

With npm

npm install --dev dashing-console

// Add entry in packge.json
"scripts": {
    "dashboard": "dashing-console date 'yarn build' 'ls -l'"
}

npm run dashboard

Using as global package

The dashing-console can be installed globally and used to run any command

About

Super easy and simple console dashboard

License:MIT License


Languages

Language:JavaScript 79.1%Language:TypeScript 20.9%