Package Information
Released: 5/16/2025
Downloads: 10 weekly / 47 monthly
Latest Version: 1.0.3
Author: Merzough Münker
Documentation
Provides development trigger nodes for n8n workflows, including a manual trigger and a workflow execution trigger. These nodes are designed to help with designing modular, microservice-like workflows and for testing workflows with specified input data.
Installation
Add the package to your workspace:
yarn add @rxap/n8n-nodes-development
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-development:init
Generators
init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-development:init