0.0.3 • Published 7 years ago
@tariqporter/reactix v0.0.3
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