howardroark / pollinate

Template your base files and generate new projects from Git(Hub).
The Unlicense
225 stars 16 forks source link

Add `merge` option to schema #44

Closed howardroark closed 7 years ago

howardroark commented 7 years ago

The idea here is to add a new "step" which merges the data of json (or other) object files. The first file in each array being the file to write to.

{
  merge: [
    ['package.json', 'PROJECT-package.json']
  ]
}
jedwards1211 commented 7 years ago

I will implement this, unless you want to beat me to it

howardroark commented 7 years ago

Go for it!