plopfile.ts Typescript support
Author: benallfreeCreated Apr 2, 2024Updated Dec 24, 2025
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.tsNode.js v20.5.1 and below
cross-env NODE_OPTIONS='--loader tsx' plop --plopfile=plopfile.tsSource: plopjs/plop