README.md in dupler-0.1.0 vs README.md in dupler-0.2.0

- old
+ new

@@ -1,20 +1,20 @@ # Dupler -Easy-to-use template engine driver. +Easy-to-use template engine driver CLI. ## Overview -Dupler provides you a simple command line interface to document generation environment using template engine especially in ERB format. +Dupler is a simple command line interface to generate any kind of text files by using template engine especially in [ERB](https://github.com/ruby/erb) format. Typical use cases are: - generate configuration files for some different environments - generate test data -Technically dupler is just a cli wrapper of `Tilt` template engine. -And Dupler supports ActiveSupport by default in template. +Technically dupler is just a cli wrapper of [Tilt](https://github.com/rtomayko/tilt) template engine. +And Dupler supports [ActiveSupport](https://github.com/rails/rails/tree/main/activesupport) by default in template. ## Installation Install it by using just below command: @@ -41,10 +41,10 @@ $ dupler -c values.yaml output templates/* ## Examples -How to write template and values.yaml? Here is the example of Dupler config file (values.yaml) and template in ERB format. +How to write template and values.yaml? Here ar examples of Dupler config files (values.yaml) and templates in ERB format. ### values.yaml First you should define your valiables in values.yaml file. (Filename is configurable in `dupler` command in `-c` option.)