@devsnicket/eunice-call-with-process-standard-streams
v1.8.0
Published
Calls a specified function with arguments taken from the process and standard input stream.
Downloads
16
Maintainers
Readme
Eunice Call with process standard streams
This package calls a specified function with arguments taken from the process and standard input streams. The return value is written to the standard output stream with console.log (e.g. a string).
It depends upon minimist to parse the arguments.
Its used by Eunice JavaScript analyzer, processors and renderer so they can be run from CLI and scripts, and have large amounts of YAML passed into and out of them.
For more information https://devsnicket.com/eunice.
Install using npm
:
npm install @devsnicket/eunice-call-with-process-standard-streams
Or with yarn
:
yarn add @devsnicket/eunice-call-with-process-standard-streams