7️⃣ File Append Mode
Append content to existing files instead of overwriting:
1const generator = new Maker('./my-project', structure, {2 append: true3});
Append content to existing files instead of overwriting:
1const generator = new Maker('./my-project', structure, {2 append: true3});