From 92252bfa99e295153b023aba6e77f9831cb024d2 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 24 Jun 2019 13:21:58 +0200 Subject: [PATCH] Add link to n8n-node-dev cli --- packages/cli/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/cli/README.md b/packages/cli/README.md index f2708abff0..b09f5ecf53 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -102,6 +102,15 @@ n8n execute --file ``` +## Create Custom Nodes + +It is very easy to create own nodes for n8n. More information about that can +be found in the documentation of "n8n-node-dev" which is a small CLI which +helps with n8n-node-development. + +[To n8n-node-dev](https://github.com/n8n-io/n8n/tree/master/packages/node-dev) + + ## License [Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)