Skip to content

Commit f9ceb3f

Browse files
committed
- [#] add wiki links to README
1 parent ab37565 commit f9ceb3f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.e.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ It can be used as a text or html generator for _arbitrary_ purposes with _arbitr
1717
- is more easy to define driving data, in form of YML instead of XML
1818
- has more powerful template engine that based on Go template.
1919
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.
2022

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.
2224

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.
2426

2527

2628
## Usage
@@ -32,6 +34,8 @@ Note this document is for `{{.Name}}` versions 4.0+. For historic versions check
3234
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:
3335

3436
- [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)
3539
- [Easygen is now coding itself ](https://sfxpt.wordpress.com/2015/07/04/easygen-is-now-coding-itself/)
3640
- [Showcasing the power of easygen with ffcvt ](https://sfxpt.wordpress.com/2015/08/02/showcasing-the-power-of-easygen-with-ffcvt/)
3741
- [Easygen for HTML mock-up ](https://sfxpt.wordpress.com/2015/07/10/easygen-for-mock-up/)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ It can be used as a text or html generator for _arbitrary_ purposes with _arbitr
4040
- is more easy to define driving data, in form of YML instead of XML
4141
- has more powerful template engine that based on Go template.
4242
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.
4345

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.
4547

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.
4749

4850

4951
## Usage
@@ -91,6 +93,8 @@ Flag defaults can be overridden by corresponding environment variable, e.g.:
9193
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:
9294
9395
- [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)
9498
- [Easygen is now coding itself ](https://sfxpt.wordpress.com/2015/07/04/easygen-is-now-coding-itself/)
9599
- [Showcasing the power of easygen with ffcvt ](https://sfxpt.wordpress.com/2015/08/02/showcasing-the-power-of-easygen-with-ffcvt/)
96100
- [Easygen for HTML mock-up ](https://sfxpt.wordpress.com/2015/07/10/easygen-for-mock-up/)

0 commit comments

Comments
 (0)