# @n8n/create-node A powerful scaffolding tool to quickly create custom n8n community nodes with best practices built-in. ## 🚀 Quick Start Create a new n8n node in seconds: ```bash npm create @n8n/node@latest # or pnpm/yarn/... ``` Follow the interactive prompts to configure your node, or specify options directly: ```bash npm create @n8n/node my-awesome-node --template declarative/custom ``` ## 📋 Command Line Options ```bash npm create @n8n/node [NAME] [OPTIONS] ``` ### Options | Flag | Description | |------|-------------| | `-f, --force` | Overwrite destination folder if it already exists | | `--skip-install` | Skip automatic dependency installation | | `--template