UNPKG
pxi
Version:
latest (0.37.0)
0.37.0
0.36.12
0.36.11
0.36.10
0.36.9
0.36.8
0.36.7
0.36.6
0.36.5
0.36.4
0.36.3
0.36.2
0.36.1
0.36.0
0.35.0
0.34.7
0.34.6
0.34.5
0.34.4
0.34.3
0.34.2
0.34.1
0.34.0
0.33.0
0.32.6
0.32.5
0.32.4
0.32.3
0.32.2
0.32.0
Small, fast, and magical command-line data processor
github.com/Yord/pxi
Yord/pxi
pxi
/
reference.json
14 lines
•
226 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"plugins"
:
[
"pxi-dust"
,
"pxi-dsv"
,
"pxi-json"
]
,
"defaults"
:
{
"chunker"
:
"line"
,
"deserializer"
:
"json"
,
"applier"
:
"map"
,
"serializer"
:
"json"
,
"noPlugins"
:
false
}
}