UNPKG
json-dam
Version:
latest (1.0.0)
1.0.0
0.0.1
Fill in a json stream with a dam of data!
github.com/thekemkid/json-dam
thekemkid/json-dam
json-dam
/
cli.js
8 lines
(5 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#! /usr/bin/env node
const
parser =
require
(
'./index.js'
)() process.
stdin
.
pipe
(parser) .
pipe
(process.
stdout
)