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.e.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@ It can be used as a text or html generator for _arbitrary_ purposes with _arbitr
17
17
- is more easy to define driving data, in form of YML instead of XML
18
18
- has more powerful template engine that based on Go template.
19
19
You can also write your own function in Go to customize your template.
20
+
- there are lots of transformation support functions builtin inside it, check out the full list with sample usages and results [here](https://github.com/go-easygen/easygen/issues/25).
21
+
- apart from the above sample usages, it has extensive documentations like [this](https://github.com/go-easygen/easygen/wiki/Docs:-Easygen-usage). Check out the [wiki](https://github.com/go-easygen/easygen/wiki/) for the full list.
20
22
21
-
You can even use easygen as a generic Go template testing tool using the `-ts` commandline option, and much more.
23
+
You can even use easygen as [a generic Go template testing tool](https://github.com/go-easygen/easygen/wiki/Tip:-Testing-the-templates-on-the-fly) using the `-ts` commandline option, and much more.
22
24
23
-
Note this document is for `{{.Name}}` versions 4.0+. For historic versions check out the [Different Versions](#different-versions) section.
25
+
Note this document is for `{{.Name}}` versions 4.0+. For historic versions check out the [Different Versions](https://github.com/go-easygen/easygen/wiki/Docs:-Different-Versions) section.
24
26
25
27
26
28
## Usage
@@ -32,6 +34,8 @@ Note this document is for `{{.Name}}` versions 4.0+. For historic versions check
32
34
It can be used as a code generator, for example, command line parameter handling code generator, or anything that is structurally repetitive, like the following:
33
35
34
36
-[Introduction to easygen and its philosophy ](https://suntong.github.io/blogs/2016/01/01/easygen---easy-to-use-universal-code/text-generator)
37
+
-[What is the "XSLT" equivalent for JSON? Here is the new answer](https://dev.to/suntong/what-is-the-xslt-equivalent-for-json-here-is-the-new-answer-7la)
38
+
-[Transforming json data with easygen](https://dev.to/suntong/transforming-json-data-with-easygen-4g2i)
35
39
-[Easygen is now coding itself ](https://sfxpt.wordpress.com/2015/07/04/easygen-is-now-coding-itself/)
36
40
-[Showcasing the power of easygen with ffcvt ](https://sfxpt.wordpress.com/2015/08/02/showcasing-the-power-of-easygen-with-ffcvt/)
37
41
-[Easygen for HTML mock-up ](https://sfxpt.wordpress.com/2015/07/10/easygen-for-mock-up/)
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,12 @@ It can be used as a text or html generator for _arbitrary_ purposes with _arbitr
40
40
- is more easy to define driving data, in form of YML instead of XML
41
41
- has more powerful template engine that based on Go template.
42
42
You can also write your own function in Go to customize your template.
43
+
- there are lots of transformation support functions builtin inside it, check out the full list with sample usages and results [here](https://github.com/go-easygen/easygen/issues/25).
44
+
- apart from the above sample usages, it has extensive documentations like [this](https://github.com/go-easygen/easygen/wiki/Docs:-Easygen-usage). Check out the [wiki](https://github.com/go-easygen/easygen/wiki/) for the full list.
43
45
44
-
You can even use easygen as a generic Go template testing tool using the `-ts` commandline option, and much more.
46
+
You can even use easygen as [a generic Go template testing tool](https://github.com/go-easygen/easygen/wiki/Tip:-Testing-the-templates-on-the-fly) using the `-ts` commandline option, and much more.
45
47
46
-
Note this document is for `easygen` versions 4.0+. For historic versions check out the [Different Versions](#different-versions) section.
48
+
Note this document is for `easygen` versions 4.0+. For historic versions check out the [Different Versions](https://github.com/go-easygen/easygen/wiki/Docs:-Different-Versions) section.
47
49
48
50
49
51
## Usage
@@ -91,6 +93,8 @@ Flag defaults can be overridden by corresponding environment variable, e.g.:
91
93
It can be used as a code generator, for example, command line parameter handling code generator, or anything that is structurally repetitive, like the following:
92
94
93
95
- [Introduction to easygen and its philosophy ](https://suntong.github.io/blogs/2016/01/01/easygen---easy-to-use-universal-code/text-generator)
96
+
- [What is the "XSLT" equivalent for JSON? Here is the new answer](https://dev.to/suntong/what-is-the-xslt-equivalent-for-json-here-is-the-new-answer-7la)
97
+
- [Transforming json data with easygen](https://dev.to/suntong/transforming-json-data-with-easygen-4g2i)
94
98
- [Easygen is now coding itself ](https://sfxpt.wordpress.com/2015/07/04/easygen-is-now-coding-itself/)
95
99
- [Showcasing the power of easygen with ffcvt ](https://sfxpt.wordpress.com/2015/08/02/showcasing-the-power-of-easygen-with-ffcvt/)
96
100
- [Easygen for HTML mock-up ](https://sfxpt.wordpress.com/2015/07/10/easygen-for-mock-up/)
0 commit comments