Skip to content
sourceobject mode

Glob

Match files using the given pattern and emits each filename as a single chunk.

From barnard59-base · v2.5.1

Reference

Identifier
https://barnard59.zazuko.com/operations/base/globView as Turtle ↓
Module
barnard59-base/glob.js
Export
default
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-base

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-base/glob.js#default>
  ] .

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