kefir-process

1.0.2 • Public • Published

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']))

Package Sidebar

Install

npm i kefir-process

Weekly Downloads

30

Version

1.0.2

License

MIT

Last publish

Collaborators

  • littlehelicase