Right now if an error occurs while the generators are running anything that was already done (create files, append routes) will be left in place.
We should keep track of all changes that are made and roll them back if an error occurs during a generator.
Right now if an error occurs while the generators are running anything that was already done (create files, append routes) will be left in place.
We should keep track of all changes that are made and roll them back if an error occurs during a generator.