development

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.

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.

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-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

Discussion