generate-react-cli
Advanced tools
{ | ||
"name": "generate-react-cli", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "A simple React CLI to generate components instantly and more.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -10,3 +10,4 @@ # Generate React CLI | ||
**_Note:_** | ||
**_Few notes:_** | ||
- The CLI now supports two testing component library templates [Enzyme](https://airbnb.io/enzyme) & [Testing Library](https://testing-library.com) that work with [Jest](https://jestjs.io/). | ||
- The CLI has an opinion on how files are structured within the project. We follow "[grouping by features](https://reactjs.org/docs/faq-structure.html#grouping-by-features-or-routes)." | ||
@@ -29,5 +30,8 @@ | ||
}, | ||
"withTest": true, | ||
"test": { | ||
"library": "Testing Library", | ||
"withTest": true | ||
}, | ||
"withStory": true, | ||
"withLazy": true | ||
"withLazy": false | ||
} | ||
@@ -34,0 +38,0 @@ } |
150793
0.17%59
7.27%