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: docs/CUSTOM-TEMPLATES.md
+38-37Lines changed: 38 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,39 +2,41 @@
2
2
3
3
With this library you can create your own templates and use them to generate your components in a second!
4
4
5
-
### 1) Create your custom templates folder
5
+
### 1) Create your custom template folder
6
6
7
-
Create a folder where you want.
8
-
In this folder we will put the custom templates.
7
+
Create a folder to contain all your custom templates.
8
+
In this folder we will put the custom templates folders.
9
9
10
10
### 2) Add the folder to the config
11
11
12
-
Create a `config.json` (in the `.ccarc` folder or where you want) file where you write the options to generate your components from the custom templates.
12
+
Create a [config file](https://github.com/CVarisco/create-component-app#you-can-create-a-configuration-file-in-your-current-project-directory)where you write the options to generate your components from the custom templates folder
0 commit comments