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.
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
Initialize the package in the workspace
nx g @rxap/n8n-nodes-development:init