@hashgraph/solo
Preparing search index...
src/core/zippy
Zippy
Class Zippy
Index
Constructors
constructor
Methods
tar
untar
unzip
zip
Constructors
constructor
new
Zippy
(
logger
?:
SoloLogger
)
:
Zippy
Parameters
Optional
logger
:
SoloLogger
Returns
Zippy
Methods
tar
tar
(
sourcePath
:
string
,
destinationPath
:
string
)
:
string
Parameters
sourcePath
:
string
destinationPath
:
string
Returns
string
untar
untar
(
sourcePath
:
string
,
destinationPath
:
string
)
:
string
Parameters
sourcePath
:
string
destinationPath
:
string
Returns
string
unzip
unzip
(
sourcePath
:
string
,
destinationPath
:
string
,
verbose
?:
boolean
)
:
string
Parameters
sourcePath
:
string
destinationPath
:
string
verbose
:
boolean
= false
Returns
string
zip
zip
(
sourcePath
:
string
,
destinationPath
:
string
,
verbose
?:
boolean
,
)
:
Promise
<
string
>
Zip a file or directory
Parameters
sourcePath
:
string
destinationPath
:
string
Optional
verbose
:
boolean
= false
if true, log the progress
Returns
Promise
<
string
>
path to the output zip file
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
tar
untar
unzip
zip
@hashgraph/solo
Loading...
Zip a file or directory