You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this example we'll use txt and c# files, but you can define any kind of files
10
10
11
11
To create a new template, you just have to add a new folder inside the folder **flash-templates**, which has to be located together with flash executable.
12
12
13
-
Inside your folder, just put your template files and directories and a **config.json** (optional).
13
+
Inside your folder, just put your template files and folders and a **config.json** (optional).
14
14
15
15
The folder structure is like this:
16
16
@@ -29,12 +29,12 @@ With the structure above, you can use the "use-case" template.
29
29
30
30
## The config.json file
31
31
32
-
The config.json file is optional and contains all of the template configuration, which are the template's description and variables.
32
+
The config.json file is optional and contains all of the template configuration, which are the template description and variables.
33
33
34
-
The template's description will be show to user when it interacts with the flash CLI, to help it to understand what that template does.
35
-
36
-
The variables are used to replace the occurrences on the template files and directories.
34
+
The template description will be shown to the user when they interact with the flash CLI, to help them understand what that template does.
37
35
36
+
The variables are used to replace the occurrences on the template files and folders.
37
+
38
38
The config.json structure example:
39
39
40
40
```json
@@ -64,6 +64,7 @@ As you declared two variables **UseCaseName** and **Repository**, you will be as
0 commit comments