1.0.4 • Published 5 months ago

ea-mapf v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

ea-mapf

Read line by line from input stream and compile small javascript lambdas to transform mapf or filter them. Tiny. No dependencies. Needs nodejs.org version 18+ (using pure native node streams).

Installation

npm install -g ea-mapf

Example

printf %s\\n {1..10} | mapf 's=>Number(s)**3' | filter 's=>Number(s)%2!=0'

produces the output

1
27
125
343
729

Have fun!

amore.fuenfter.stock@gmail.com

1.0.4

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago