README.md in git_cloner-0.0.1 vs README.md in git_cloner-0.0.2

- old
+ new

@@ -51,10 +51,15 @@ default_output "./" repos [ { place: "https://github.com/tbpgr/rspec_piccolo.git", output: "./tmp", + copies: [ + {from: "./tmp/rspec_piccolo/lib/rspec_piccolo", to: "./"}, + {from: "./tmp/rspec_piccolo/spec", to: "./sample"}, + {from: "./tmp/rspec_piccolo/spec/spec_helper.rb", to: "./helper/helper.rb"}, + ] }, { place: "https://github.com/tbpgr/tbpgr_utils.git", } ] @@ -68,13 +73,25 @@ ### confirm clone result ~~~bash $ tree +├─helper +| └spec_helper.rb +├─rspec_piccolo +| └many files... +├─sample +| ├rspec_piccolo_spec.rb +| └spec_helper.rb ├─tmp -| rspec_piccolo +| └rspec_piccolo └─tbpgr_utils + └many files... ~~~ + +## History +* version 0.0.2 : add files,directories copy. +* version 0.0.1 : first release. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)