From 2f0ac7b9774715da052ff883b822e32c1199bfb5 Mon Sep 17 00:00:00 2001 From: yekalkan Date: Tue, 20 Feb 2018 10:22:14 +0300 Subject: [PATCH] Rad Tool doc how to edit pre-defined template --- doc/Development-Guide-Rad-Tool.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Development-Guide-Rad-Tool.md b/doc/Development-Guide-Rad-Tool.md index 86cdfa85..6e859738 100644 --- a/doc/Development-Guide-Rad-Tool.md +++ b/doc/Development-Guide-Rad-Tool.md @@ -22,6 +22,12 @@ 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. +### How To Edit Pre-defined Templates? + + 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". + + (For example: you can create "EntityClassTemplate.custom.txt" to override "EntityClassTemplate.txt".) + ### Generated Files 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.