🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

generate-react-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-react-cli - npm Package Compare versions

Comparing version

to
1.6.2

{
"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 @@ }