Add Tail node as separate node package - adds windows support

This commit is contained in:
Dave Conway-Jones
2018-10-24 15:08:42 +01:00
parent 425f5c151f
commit 5b34702ac4
6 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"tail": {
"tail": "tail",
"label": {
"filename": "Filename",
"type": "File type",
"splitlines": "Split on",
"name": "Name",
"regex": "split character or regex"
},
"action": {
"text": "Text - returns String",
"binary": "Binary - returns Buffer"
},
"errors": {
"windowsnotsupport": "Not currently supported on Windows.",
"filenotfound": "File not found"
}
}
}