-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathModuleTemplate.template
More file actions
24 lines (23 loc) · 856 Bytes
/
ModuleTemplate.template
File metadata and controls
24 lines (23 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Name of application/artifact here
Category: Misc
Author: FirstName LastName
Version: 1.0
Id: eb5a737f-cfa1-483b-a452-3bd1efc4dbef # Change this, and delete this comment before merging, please
BinaryUrl: https://url.goes.here.com
ExportFormat: csv
FileMask: FileName.exe
Processors:
-
Executable: Folder\binary.exe
CommandLine: -d %sourceDirectory% --csv %destinationDirectory%
ExportFormat: csv
-
Executable: Folder\binary.exe
CommandLine: -d %sourceDirectory% --xml %destinationDirectory%
ExportFormat: xml
-
Executable: Folder\binary.exe
CommandLine: -d %sourceDirectory% --json %destinationDirectory%
ExportFormat: json
# Documentation
# N/A if no Documentation present. End with new line. Be sure to check out the ModuleGuide.guide for more information!