Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(turbo): use turbo gen instead of plop (#53684)
### What? Use [Turborepo generators](https://turbo.build/repo/docs/core-concepts/monorepos/code-generation#custom-generators) instead of plop. Turborepo generators are built on top of plop, but include some additional tooling to make working in monorepos easier. It also supports zero config typescript for configs. ### Why? Same Team! ### How? Ported the existing plopfile to a turbo generator config Co-authored-by: Jiachi Liu <[email protected]>
- Loading branch information