@larsv94/react-ts-plop
v0.2.1
Published
Plop-pack for React Typescript components
Downloads
1
Maintainers
Readme
react-ts-plop
Plop-pack with several templates I use on a daily bases in my react + typescript projects
Installation
npm i --save-dev @larsv94/react-ts-plop
Usage
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...
};