Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzii committed Jun 28, 2021
1 parent 1a6ed58 commit 360d258
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

[中文 - README](https://github.com/dengzii/GenerateModuleFromTemplate/blob/master/README-ZH.md)

[Video Tutorial - YouTube](https://youtu.be/TyeXnbCcBP4)

### Create a directory structure from a highly customizable template

Using this plugin, help you create directories and files from the customizable template.
Expand Down
10 changes: 9 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<idea-plugin>
<id>com.dengzii.plugin.template</id>
<name>Generate Module From Template</name>
<version>1.5.0</version>
<version>1.5.1</version>
<vendor email="[email protected]" url="https://github.com/dengzii">dengzi</vendor>

<description><![CDATA[
<b>Create a directory structure from a highly customizable template</b><br>
<br>
Using this plugin, help you create directories and files from the customizable template<br>
<br>
<br>
<a href="https://youtu.be/TyeXnbCcBP4">Video Tutorial - YouTube</a>
<br>
<b>Feature</b><br>
1. Custom directory structure.<br>
2. Support placeholders, and replace it when you create a module.<br>
Expand Down Expand Up @@ -42,6 +46,10 @@ Any question please <a href='https://github.com/dengzii/GenerateModuleFromTempla
]]></description>

<change-notes><![CDATA[
<b>Version 1.5.1 (2021/06/28)</b><br>
0. Fix bug: file template can not use.<br>
1. Update: Rename file use original name.<br>
<br>
<b>Version 1.5.0 (2020/12/3)</b><br>
0. Fix bug: specify template doesn't work.<br>
1. More feature: fetch template variables as placeholders when add a file, support specify file template when create the module.<br>
Expand Down

0 comments on commit 360d258

Please sign in to comment.