mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Tail node as separate node package - adds windows support
This commit is contained in:
17
storage/tail/README.md
Normal file
17
storage/tail/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
node-red-node-tail
|
||||
==================
|
||||
|
||||
A Node-Red node to tail a file and inject the contents into the flow.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Either use the Menu - Manage palette option, or run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
|
||||
npm install node-red-node-tail
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Allows
|
Reference in New Issue
Block a user