Kronos-Integration / kronos-step-stdio

steps to access stdin stdout and stderr
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

npm License minified size downloads GitHub Issues Build Status codecov.io Coverage Status styled with prettier Commitizen friendly Known Vulnerabilities Greenkeeper semantic-release

kronos-step-stdio

steps to access stdin stdout and stderr

API

Table of Contents

StdoutStep

Extends Step

Step with one input endpoint writing to stdout

name

Returns string 'kronos-stdout'

StderrStep

Extends Step

Step with one input endpoint writing to stderr

name

Returns string 'kronos-stderr'

StdintStep

Extends Step

Step with one output endpoint reading from stdin

name

Returns string 'kronos-stdin'

install

With npm do:

npm install kronos-step-stdio

license

BSD-2-Clause