n8n-docs/docs/integrations/creating-nodes/index.md
2023-07-18 15:33:16 +01:00

1.3 KiB

contentType
overview

Creating nodes

Learn how to build your own custom nodes.

This section includes:

Prerequisites

This section assumes the following:

  • Some familiarity with JavaScript and TypeScript.
  • Ability to manage your own development environment, including git.
  • Knowledge of npm, including creating and submitting packages.
  • Familiarity with n8n, including a good understanding of data structures and item linking.