📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@devsnicket/eunice-call-with-process-standard-streams

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devsnicket/eunice-call-with-process-standard-streams

Calls a specified function with arguments taken from the process and standard input stream.

1.8.0
latest
Source
npm
Version published
Weekly downloads
7
250%
Maintainers
1
Weekly downloads
 
Created
Source

Eunice Call with process standard streams

NPM Build Status License: MIT Gitter chat

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

Keywords

CLI

FAQs

Package last updated on 26 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts