Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-melnyk/redux-cc
https://github.com/alex-melnyk/redux-cc
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex-melnyk/redux-cc
- Owner: alex-melnyk
- Created: 2017-07-14T12:23:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T09:41:05.000Z (about 7 years ago)
- Last Synced: 2024-10-08T12:24:18.043Z (about 1 month ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/);
```