@tariqporter/reactix
v0.0.3
Published
Create scaffolding for React components using Redux
Downloads
11
Readme
reactix
Create React components using Redux
Install with
npm install -g reactixRun reactix with the name of the component you want to create
reactix MyComponent You may also use a relative path
reactix ./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
