Install module globally
Styled Component Generator on NPM
npm -i styled-component-generator -g
Naviate to react project root
cst ComponentOneName ComponentTwoName etc...
Generated Structure after running cst will be
src
│
└───components
│ └───ComponentOneName
│ └───index.js
│ └───styled.js
│ └───ComponentTwoName
│ └───index.js
│ └───styled.js
npm run test
Add options to select from pre-existing component templates