mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
473 B
473 B
@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
Related
@n8n/create-node: Lightweight wrapper to support npm create @n8n/node