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
These are useful for reusable recipes, as they might need to add to some files (for example, the README) without wholesale changing them. They should read some file, replace all variables in it, and append/prepend the content to some other file (without updating their variables).
prepend: header.mdto: README.md
Should it also support glob pattern? I am unsure, lets not do it for the first iteration at least.
The text was updated successfully, but these errors were encountered:
These are useful for reusable recipes, as they might need to add to some files (for example, the README) without wholesale changing them. They should read some file, replace all variables in it, and append/prepend the content to some other file (without updating their variables).
Should it also support glob pattern? I am unsure, lets not do it for the first iteration at least.
The text was updated successfully, but these errors were encountered: