0.0.18 • Published 8 years ago
reactreduxer v0.0.18
reactreduxer
Create React components using Redux
Install with
npm install -g reactreduxerRun reactreduxer with the name of the component you want to create
reactreduxer MyComponent You may also use a relative path
reactreduxer ./components/MyComponent A folder will be created for the component and will contain the following files
- MyComponent.tsx
- MyComponent.Container.tsx
- MyComponent.test.tsx
- MyComponent.scss