Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-melnyk/redux-cc


https://github.com/alex-melnyk/redux-cc

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## Getting started
---
`npm install -g redux-cc`

### Create pure component
---
`redux-cc -c `

### Create redux-component component
Command crete component with redux structure:
1. Creates directories structure:
src:
actions
components
containers
reducers
2. Creates files structure:
component, container, reducer, action
---
`redux-cc -r `

### Options
---
```
-e Just create example
-c Creates pure component
-r Creates redux-component
-d Specify source directory (./src/);
```