Skip to content
transform

Shell (before)

Runs the given command in a shell before any chunk has been processed.

From barnard59-shell · v0.1.0

Reference

Identifier
http://barnard59.zazuko.com/operations/shell/beforeView as Turtle ↓
Module
barnard59-shell/begin.js
Stream
Readable and writable — reads the stream and passes it on
Implementation
CommonJS
Install
$ npm i barnard59-shell

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScript ;
    code:link <node:barnard59-shell/begin.js>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.