@dawnjs/dn-middleware-shell
v1.1.3
Published
A middleware to exec shell script
Readme
@dawnjs/dn-middleware-shell
Usage
build:
- name: '@dawnjs/dn-middleware-shell'
script:
- echo 123
- echo 456Options
| Name | Type | Default | Description |
| ------- | ---------- | ------- | ---------------------------------------------- |
| script | string[] | [] | Shell scripts to be executed |
| wscript | string[] | | Shell scripts for win |
| async | boolean | | Execute in async mode, not wait script to exit |
