Package Information
Downloads: 109 weekly / 225 monthly
Latest Version: 0.1.1
Author: Merzough Münker
Available Nodes
Documentation
This n8n node package provides functionality to interact with zip files, specifically to extract them. It allows users to extract zip files from a binary property and make the extracted files available as binary data in subsequent nodes.
Installation
Add the package to your workspace:
yarn add @rxap/n8n-nodes-zip
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-zip:init
Generators
init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-zip:init