0.0.3 • Published 6 years ago

@tariqporter/reactix v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

reactix

Create React components using Redux

Install with

npm install -g reactix

Run 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