npm package that generate component folder and files with a given name.
npm i -g react-comp-file
or
You can pull the source code and type npm link
in the code directory, this will active the commad in your terminal.
type react-comp-file create <fileName>
in your app directory to create the template for your component.