Package Information
Downloads: 33 weekly / 67 monthly
Latest Version: 1.0.3
Author: Merzough Münker
Available Nodes
Documentation
This package provides an n8n node to calculate the hash of a file. It supports various hash algorithms like SHA-256, MD5, and SHA-1. The node takes a binary file as input and outputs the calculated hash value.
Installation
Add the package to your workspace:
yarn add @rxap/n8n-nodes-file
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-file:init
Generators
init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-file:init