@nexrender/action-decompress
v1.60.7
Published
(alpha version)
Downloads
2,244
Readme
Action Decompress
(alpha version)
Decompress/extract your zip-archived template file and/or assets to the project work directory.
Installation
If you are using binary version of the nexrender, there is no need to install the module, it is included in the binary build.
npm i @nexrender/action-decompress -gUsage
When creating your render job provide this module as one of the prerender actions:
Options:
format- format of the archive to decompress, currently onlyzipis supportedoverwrite- if set totrue, it will overwrite existing files in the project work directory on name conflict, default isfalse
// job.json
{
"actions": {
"prerender": [
{
"module": "@nexrender/action-decompress",
"format": "zip",
"overwrite": false,
}
]
}
}License
Please refer to the LICENSE file for more information. Unlike the main nexrender project, this plugin is licensed under the AGPL-3.0 license.
