Creat React App Utils
npm install reactjs-templifyThe reactjs-templify moduile allows you to create UI Component templates in a create-react-app javascript project. The templates are created in the /src/components folder.
#### Installation
npm install reactjs-templify --save-dev
#### Commands
1. Generate Template: reactjs-templify generate-component
2. Help: reactjs-templify --help
1. Add test cases
2. Add more checks for identifying the current working directory.