n8n/packages/@n8n/node-cli
2025-07-30 23:09:49 +01:00
..
bin feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
src/commands feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
eslint.config.mjs feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
package.json feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
README.md feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
tsconfig.json feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
vite.config.ts feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00

@n8n/node-cli

Official CLI for developing community nodes for n8n.

Features

  • 🔧 Scaffold new nodes
  • More coming soon

Installation

Run directly via npx:

npx n8n-node create

Or install globally:

npm install -g @n8n/node-cli
n8n-node create

Commands

Create a node

n8n-node create   # Scaffold a new node

@n8n/create-node: Lightweight wrapper to support npm create @n8n/node