Can Yeoman generators update existing files?
Ok, so I found the answer to my question. Addy Osmani showed me where to look in this thread on twitter, and then I later found this link which shows exactly what I need. The gist of it boils down to two functions : readFileAsString and write. Usage is as follows: var path = “/path/to/file.html”, … Read more