mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-10 02:27:29 -06:00
568 B
568 B
n8n-nodes-starter
Example starter module for custom n8n nodes.
Try it out
Clone the repo and execute:
cd n8n-nodes-starter
npm install
npm run build
npm link
After that add it to an N8N installation:
cd ..
mkdir n8n_install
cd n8n_install
npm init
npm install
npm install n8n
npm link n8n-nodes-starter
npx n8n
