4️⃣ Conditional Generation
You can skip certain files or folders dynamically:
1const generator = new Maker('./my-project', structure, {2 conditions: { "utils.js": false } // will not generate utils.js3});
You can skip certain files or folders dynamically:
1const generator = new Maker('./my-project', structure, {2 conditions: { "utils.js": false } // will not generate utils.js3});