1.2.0 • Published 3 years ago

nexrender-action-unzip v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Prerender Action: Unzip

Unzip your template source before rendering begins

Installation

npm i -g nexrender-action-unzip

Usage

When creating your render job, provide this module as one of the prerender actions:

// job.json
{
    "actions": {
        "prerender": [
            {
                "module": "nexrender-action-unzip",
                "output": "MyTemplate.aep"
            }
        ]
    }
}

Information

  • output is the file name that your Job's composition source changes to after it unzips.

In this example, the template source has a hash in the zip's file name, but when it unzips, we want to save it to a new loation.

{
    "template": {
      "src": "gs://bucket/MyTemplate.hash.zip",
      "output": "MyTemplate.aep"
    }
}
1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago