You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
It would be nice to have access to prompt answers in the actions section when modifying files. It seems like in v1 that this is no longer the generator instance.
A simple workaround or path forward is just to modify files based on answers in the completed section using this._answers and being sure to alter the file based on the new template path.
The text was updated successfully, but these errors were encountered:
This would also make it possible to rename files based on the answers given, this would be perfect. At the moment I rename files very dirty in the completed using fs.
It would be nice to have access to prompt answers in the actions section when modifying files. It seems like in v1 that
this
is no longer the generator instance.A simple workaround or path forward is just to modify files based on answers in the completed section using
this._answers
and being sure to alter the file based on the new template path.The text was updated successfully, but these errors were encountered: