Open
Description
For anyone who would like to use a Typescript plopfile.ts
instead of JS, I found that tsx loaders work:
Node.js v20.6 and above
cross-env NODE_OPTIONS='--import tsx' plop --plopfile=plopfile.ts
Node.js v20.5.1 and below
cross-env NODE_OPTIONS='--loader tsx' plop --plopfile=plopfile.ts
Metadata
Metadata
Assignees
Labels
No labels