dashing-console
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dashing-console

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

6.8 kB

Total Files

12

Last publish

Collaborators

  • artursvonda