0.2.1 • Published 4 years ago

@larsv94/react-ts-plop v0.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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...
};
0.2.1

4 years ago

0.2.0

4 years ago