feat(templates): refactor template processing and GitHub template fetching

- Implement new template processing utility in `processors.ts`
- Simplify GitHub template fetching with a more lightweight approach
- Add comprehensive test suite for template processing
- Improve type safety and modularity of template-related functions
This commit is contained in:
Mauricio Siu
2025-03-09 13:50:34 -06:00
parent 466fdf20b8
commit 6e7e7b3f9a
6 changed files with 643 additions and 372 deletions

View File

@@ -47,6 +47,7 @@ export * from "./utils/backups/mongo";
export * from "./utils/backups/mysql";
export * from "./utils/backups/postgres";
export * from "./utils/backups/utils";
export * from "./templates/utils/processors";
export * from "./utils/notifications/build-error";
export * from "./utils/notifications/build-success";