n8n/packages/node-dev
2019-06-24 13:21:07 +02:00
..
commands Initial commit to release 2019-06-23 12:35:23 +02:00
src Initial commit to release 2019-06-23 12:35:23 +02:00
templates Initial commit to release 2019-06-23 12:35:23 +02:00
index.ts Initial commit to release 2019-06-23 12:35:23 +02:00
LICENSE.md Rename LICENSE files to LICENSE.md 2019-06-23 17:55:43 +02:00
package.json Update to TypeScript 3.5.x 2019-06-24 10:28:18 +02:00
README.md Improve documentation 2019-06-24 13:21:07 +02:00
tsconfig.json Initial commit to release 2019-06-23 12:35:23 +02:00
tslint.json Initial commit to release 2019-06-23 12:35:23 +02:00

n8n-node-dev

n8n.io - Workflow Automation

Currently very simple and not very sophisticated CLI which makes it easier to create credentials and nodes in TypeScript for n8n.

npm install n8n-node-dev -g

Usage

The commandline tool can be started with n8n-node-dev <COMMAND>

Commands

The following commands exist:

build

Builds credentials and nodes in the current folder and copies them into the n8n custom extension folder (~/.n8n/custom/) unless destination path is overwritten with --destination <FOLDER_PATH>

When "--watch" gets set it starts in watch mode and automatically builds and copies files whenever they change. To stop press "ctrl + c".

new

Creates new basic credentials or node of the selected type to have a first starting point.

License

Apache 2.0 with Commons Clause