No description
Find a file
2021-12-09 16:18:06 +02:00
credentials Adding FriendGrid example node (updated version of the one in the n8n docs) 2021-12-09 15:46:36 +02:00
nodes/FriendGrid Adding FriendGrid example node (updated version of the one in the n8n docs) 2021-12-09 15:46:36 +02:00
.gitignore Some updates 2021-12-02 11:32:00 +02:00
CONTRIBUTOR_LICENSE_AGREEMENT.md 📚 Add Contributor License Agreement 2020-06-12 20:54:18 +02:00
gulpfile.js Some updates 2021-12-02 11:32:00 +02:00
index.js 🎉 Initial commit 2019-10-03 08:53:03 +02:00
LICENSE.md 🎉 Initial commit 2019-10-03 08:53:03 +02:00
package.json Updating the dependencies 2021-12-09 15:56:34 +02:00
README.md Updating Readme.md 2021-12-09 16:18:06 +02:00
tsconfig.json 🎉 Initial commit 2019-10-03 08:53:03 +02:00
tslint.json 🎉 Initial commit 2019-10-03 08:53:03 +02:00

n8n-nodes-starter

n8n.io - Workflow Automation

Example starter module for custom n8n nodes.

Try it out

Clone the repo and execute:

cd n8n-nodes-starter
npm install
npm run build
npm link

After that add it to an N8N installation:

cd ..
mkdir n8n_install
cd n8n_install
npm init
npm install
npm install n8n
npm link n8n-nodes-starter
npx n8n

License

Apache 2.0 with Commons Clause