So just to give you some context, I\'m trying to create a generator that will create some files (based on user input of course) as well as update some existing files in
Use var text = this.fs.read(filePath) to read from a file and this.fs.write(filePath, content) to write to a file at location.
var text = this.fs.read(filePath)
this.fs.write(filePath, content)