first commit

This commit is contained in:
gilesb 2023-11-22 18:20:08 +00:00
commit be08436d62
3 changed files with 30482 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# ft-view-screen-document
github action to document ft-view displays from exported xml

25
action.yml Normal file
View File

@ -0,0 +1,25 @@
name: "ft-view-document"
author: "giles bradshaw"
description: "Document ft-view displays"
branding:
icon: folder-plus
color: gray-dark
runs:
using: 'node20'
main: 'index.js'
inputs:
display-exclude-file:
description: display files to exclude comma seperated
default: BatchImport_zone10_hmi_restored.xml
global-exclude-file:
description: global files to exclude comma seperated
default: BatchImport_Global_zone10_hmi_restored.xml
display-folder:
description: folder where displays are kept
default: .data/displays
global-folder:
description: folder where globals are kept
default: .data/global objects
folder:
description: folder for documentation
default: .document

30454
index.js Normal file

File diff suppressed because one or more lines are too long