mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-06-10 01:13:59 +02:00
14 lines
152 B
Markdown
14 lines
152 B
Markdown
# @n8n/create-node
|
|
|
|
Scaffold a new community n8n node
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
npm create @n8n/node
|
|
# or
|
|
pnpm create @n8n/node
|
|
# or
|
|
yarn create @n8n/node
|
|
```
|