Wrapper around Plopjs for react, react-native
yarn global add react-plopjs
or using npm
npm install -g react-plopjs
Now, you can use it inside your project like: plopjs
and follow
the commands to create your components and containers
No other additional config is required
react-plopjs
will check if you have .prettierrc
config in your project, otherwise it will
take the default prettier config.
MIT