Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 468 Bytes

kefir-process

Build Status

Simply use programs in kefirs flatMap.

Installation

Via npm

npm install kefir-process

Usage

Create a processor and pass it to flatMap:

import {createProcess} from 'kefir-process'

Kefir.sequentially(100, ['Kefir', 'Process', 'App'])
  .flatMap(createProcess('grep', ['Process']))