Plop-pack with several templates I use on a daily bases in my react + typescript projects
npm i --save-dev @larsv94/react-ts-plop
In your plopfile, use plop.load
to include all react-ts-plop generators:
module.exports = plop => {
plop.load("@larsv94/react-ts-plop");
//your own plop generators...
};