n8n-nodes-my-n8n-node
v0.1.5
Published
Custom n8n node: my-n8n-node
Downloads
50
Maintainers
Readme
my-n8n-node
Custom n8n node scaffolded manually (without the official npm create @n8n/node generator).
Structure
src/MyN8nNode.node.ts– simple example node that adds atextfield to each incoming item.src/index.ts– exports the node so n8n can load it.dist/– compiled JavaScript output after running the build.
Scripts
npm run build– compile TypeScript todist/.npm run dev– compile in watch mode.
Usage
Install dependencies:
npm installBuild:
npm run buildLink into your n8n instance (from this directory):
npm linkThen, from within your n8n installation directory:
npm link n8n-nodes-my-n8n-nodeRestart n8n and look for My N8n Node in the node list.
