1.0.10 • Published 6 years ago

rx-stdio v1.0.10

Weekly downloads
1
License
Apache-2.0
Repository
gitlab
Last release
6 years ago

This module wraps Node's stdin and stdout into the framework of RxJS5. It was developed using TypeScript 2.3.4.

It defines 2 functions:

  • makeRxStdin(), which returns an Observable yielding the lines read from process.stdin
  • makeRxStdout(), which returns a Subscriber writing what it gets to process.stdout, using console.log()

Usage (see also the included test): makeRxStdin().subscribe(makeRxStdout());

Build (if necessary): tsc

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago