1.0.12 • Published 6 years ago
react-auto-init v1.0.12
react-auto-init
React/redux project init & generate js/css files to init a new react/redux component
Install: npm install react-auto-init -g
To init a react app, run in the right path:
react-auto-init
For a pure react component, run in the right path:
react-auto-init <your component name>
For a redux component, run:
react-auto-init <your component name> -x