1.0.2 • Published 9 years ago
kefir-process v1.0.2
kefir-process
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']))