0.0.1 • Published 8 years ago
js-shell v0.0.1
js-shell (js)
Pipe terminal commands into JavaScript
Install
$ npm i -g js-shellUsage
$ ls | js 'lines.map(line => line.toUpperCase())' Examples
Find all files larger than 10K

Parse JSON (similar to jq)

Stringify JSON (similar to jo)

Related
Similar to iostreamer-X/Awkward except this is meant to be used between pipes of other commands, e.g., while doing bash scripting.
License
MIT © Eirik Brandtzæg
0.0.1
8 years ago