0.1.1 • Published 4 years ago

dashing-console v0.1.1

Weekly downloads
386
License
MIT
Repository
github
Last release
4 years ago

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

0.1.1

4 years ago

0.1.0

4 years ago