Title: [Feature] Build a Basic "Template Filler" CLI Script
📝 Description
Manually editing Markdown files to replace [DAO NAME] is tedious. We need a simple script that automates this process.
🎯 Goal
Create a script in /scripts/generator.js that takes a JSON config and outputs a populated legal document.
✅ Requirements
- The script should read a JSON file (e.g.,
dao-info.json).
- It should replace placeholders in the
/templates folder with actual values.
- Output the final result to a
/generated folder (ignored by git).
Title: [Feature] Build a Basic "Template Filler" CLI Script
📝 Description
Manually editing Markdown files to replace
[DAO NAME]is tedious. We need a simple script that automates this process.🎯 Goal
Create a script in
/scripts/generator.jsthat takes a JSON config and outputs a populated legal document.✅ Requirements
dao-info.json)./templatesfolder with actual values./generatedfolder (ignored by git).