src/README.md.tt in rgentpl-1.2.6 vs src/README.md.tt in rgentpl-2.0.0

- old
+ new

@@ -1,10 +1,12 @@ Introduction ============ **<%= app_name %>** is a Ruby command line application. +[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard) + Directories =========== bin/ <%= app_name %> @@ -17,10 +19,11 @@ doc/ api/ lib/ + tasks/ <%= app_name %>/ boot/ command/ core/ core_ext/ @@ -30,11 +33,9 @@ development.log test.log production.log spec/ - - tasks/ tmp/ Installation