We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537ed1e commit d7ebd1bCopy full SHA for d7ebd1b
1 file changed
README.md
@@ -83,24 +83,11 @@ Replace <moduleName> with your own module name.
83
84
#### Examples
85
86
-Without services, the following command will generate the following:
+The following command will generate the following:
87
88
```bash
89
yo react-redux-modules:module auth
90
-# Generates the following:
91
-src/auth
92
-├── actions
93
-│ └── AuthActions.js
94
-├── components
95
-├── constants
96
-│ └── AuthConstantsConstants.js
97
-├── containers
98
-│ └── AuthPage
99
-│ ├── AuthPage.js
100
-│ ├── AuthPage.scss
101
-│ └── package.json
102
-└── reducers
103
- └── auth.js
+# Generates the auth folder with all necessary files
104
```
105
106
<!-- ### Common
0 commit comments