zip

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.

Package Information

Downloads: 109 weekly / 225 monthly
Latest Version: 0.1.1
Author: Merzough Münker

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.

npm version
commitizen friendly
styled with prettier
Libraries.io dependency status for latest release, scoped npm package
npm
NPM

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

Discussion