|
1 | 1 | # Generate Module From Template |
2 | 2 |
|
3 | | -<b>Create a directory structure from a highly customizable template</b><br> |
4 | | -<br> |
5 | | -Using this plugin, help you create directories and files from customizable template<br> |
6 | | -<br> |
7 | | -<b>Feature</b><br> |
8 | | -1. custom directory structure<br> |
9 | | -2. support placeholders, and replace it when you create module.<br> |
10 | | -3. create file from template<br> |
11 | | -4. support file template variables<br> |
| 3 | +### Create a directory structure from a highly customizable template |
12 | 4 |
|
13 | | -<b>Usage</b><br> |
14 | | -1. Configure template in plugin settings: <b>File > Settings > Tools > Module Template Settings</b><br> |
15 | | -2. Create directories from the 'Structure' tab, click the right mouse button to operate the file tree.<br> |
16 | | -3. FileTree can use placeholders, the placeholder should like this -> <b>${YOUR_PLACEHOLDER_HERE}</b>.<br> |
17 | | -4. The 'File Template' tab lists which template the specified file uses, you can also use placeholders for FileName field.<br> |
18 | | -5. The 'Placeholder' tab's table defines placeholders for replacing filenames and file templates<br> |
| 5 | +Using this plugin, help you create directories and files from customizable template |
19 | 6 |
|
20 | | -<b>Screenshot</b><br> |
21 | | -<br> |
| 7 | +### Feature |
| 8 | +1. custom directory structure |
| 9 | +2. support placeholders, and replace it when you create module. |
| 10 | +3. create file from template |
| 11 | +4. support file template variables |
| 12 | + |
| 13 | +### Usage |
| 14 | +1. Configure template in plugin settings: <b>File > Settings > Tools > Module Template Settings</b> |
| 15 | +2. Create directories from the 'Structure' tab, click the right mouse button to operate the file tree. |
| 16 | +3. FileTree can use placeholders, the placeholder should like this -> <b>${YOUR_PLACEHOLDER_HERE}</b>. |
| 17 | +4. The 'File Template' tab lists which template the specified file uses, you can also use placeholders for FileName field. |
| 18 | +5. The 'Placeholder' tab's table defines placeholders for replacing filenames and file templates |
| 19 | + |
| 20 | +### Changelog |
| 21 | +- 1.1: feature: support create module template, placeholder, file template 1.0: basically feature, generate module directories from template |
| 22 | + |
| 23 | +### Screenshot |
| 24 | +<img src="https://raw.githubusercontent.com/dengzii/GenerateModuleFromTemplate/master/screenshot/main.png" height="360"> |
| 25 | +<img src="https://raw.githubusercontent.com/dengzii/GenerateModuleFromTemplate/master/screenshot/preview.png" height="360"> |
| 26 | +<img src="https://raw.githubusercontent.com/dengzii/GenerateModuleFromTemplate/master/screenshot/settings.png" height="360"> |
0 commit comments