0.1.0 • Published 3 months ago
n8n-nodes-mytestnode v0.1.0
n8n-nodes-mytestnode
This is a simple test node for n8n that outputs "Hello World".
Installation
Local Installation
Navigate to your n8n user data directory:
cd ~/.n8n
or if using Docker:
cd /root/.n8n
Install the package:
npm install n8n-nodes-mytestnode
Global Installation
npm install -g n8n-nodes-mytestnode
Development
- Clone this repository
- Install dependencies:
npm install
- Build the code:
npm run build
- Link to your n8n installation:
npm link cd ~/.n8n npm link n8n-nodes-mytestnode
Usage
After installation, you can use the "My Test Node" in your n8n workflows. It doesn't require any input and will output a simple "Hello World" message.
0.1.0
3 months ago