mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
36 lines
473 B
Markdown
36 lines
473 B
Markdown
# @n8n/node-cli
|
|
|
|
Official CLI for developing community nodes for [n8n](https://n8n.io).
|
|
|
|
## Features
|
|
|
|
- 🔧 Scaffold new nodes
|
|
- More coming soon
|
|
|
|
## Installation
|
|
|
|
Run directly via `npx`:
|
|
|
|
```bash
|
|
npx n8n-node create
|
|
```
|
|
|
|
Or install globally:
|
|
|
|
```bash
|
|
npm install -g @n8n/node-cli
|
|
n8n-node create
|
|
```
|
|
|
|
## Commands
|
|
|
|
## Create a node
|
|
|
|
```bash
|
|
n8n-node create # Scaffold a new node
|
|
```
|
|
|
|
## Related
|
|
|
|
`@n8n/create-node`: Lightweight wrapper to support `npm create @n8n/node`
|