1.0.6 • Published 5 years ago

styled-component-generator v1.0.6

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

React Component and Styled Component Generator

React component and styled component generator

How to Use

Install module globally

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
Add-Ons in Future

Add options to select from pre-existing component templates