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
The copy function defined in template.ts would be extremely helpful for more complicated create-app.
This change could be made by a single addition in index.ts:
+ export { copy } from "./template";
The text was updated successfully, but these errors were encountered:
In this example, I am creating a templates-global folder to store code that is the same between all of my templates, and I am calling copy to handle the handlebars execution.
The copy function defined in template.ts would be extremely helpful for more complicated create-app.
This change could be made by a single addition in index.ts:
+ export { copy } from "./template";
The text was updated successfully, but these errors were encountered: