UNPKG
hook.io-gzbz2
Version:
latest (0.0.2)
0.0.2
0.0.1
A hook to compress and uncompress. Operates synchronously for now.
scottyapp/hook.io-gzbz2
hook.io-gzbz2
/
examples
/
example-config.json
16 lines
(15 loc)
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "compress" : [ { "
source
" :
"./afile.txt"
,
"target"
:
"./afile.txt.bz2"
"mode"
:
"gzip"
} ], "uncompress" : [ { "
source
" :
"./afile.txt.bz2"
,
"target"
:
"./afile.txt"
, } ] }