Skip to content

Commit 2f0ac7b

Browse files
committed
Rad Tool doc how to edit pre-defined template
1 parent 1298b88 commit 2f0ac7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Development-Guide-Rad-Tool.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222

2323
DLLs, that is inside the folder mentioned above, do all the work. The extension contains just a user interface. This design is required, otherwise it would be available for only visual studio windows users. But since the tool is built on .NET Core platform, **Mac** or **Linux** users can safely use the tool. On these operating systems, you have to manually do the work that is done by the extension, which is just creating a short and basic JSON file as input.
2424

25+
### How To Edit Pre-defined Templates?
26+
27+
The templates are inside "/AspNetZeroRadTool/FileTemplates" directory. If you want to edit any template, just replicate it in same directory and change it's extension to ".custom.txt" from ".txt".
28+
29+
(For example: you can create "EntityClassTemplate.custom.txt" to override "EntityClassTemplate.txt".)
30+
2531
### Generated Files
2632

2733
Here is the full list of the files that are created or modified by the tool, if you give a basic "Cars" entity as input.

0 commit comments

Comments
 (0)