
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
generate-react-cli
Advanced tools
To help speed up productivity in React projects and stop copying, pasting, and renaming files each time you want to create a new component.
Few notes:
npm i -g generate-react-cli
generate-react component <ComponentName>
g-r c <ComponentName>
This command will create a folder with your component name within your default (e.g. src/components) directory, and its corresponding files.
Parameter | Description | Default Value |
---|---|---|
-p or --path | Value of the path where you want the component to be generated in (e.g. src/pages). | src/components |
-t or --withTest | Create a corresponding test file with this component? | Boolean value selected in "generate-react-cli.json" config file |
-s or --withStory | Create a corresponding story file with this component? | Boolean value selected in "generate-react-cli.json" config file |
-l or --withLazy | Create a corresponding lazy file (a file that lazy-loads your component out of the box and enables code splitting) with this component? | Boolean value selected in "generate-react-cli.json" config file |
When you run generate-react-cli within your project the first time, it will ask you a series of questions to customize the cli for your project needs (this will create a "generate-react-cli.json" config file).
{
"component": {
"path": "src/components",
"css": {
"preprocessor": "scss",
"module": true
},
"test": {
"library": "Testing Library",
"withTest": true
},
"withStory": true,
"withLazy": false
}
}
1.7.3 (2019-11-07)
FAQs
A simple React CLI to generate components instantly and more.
The npm package generate-react-cli receives a total of 5,772 weekly downloads. As such, generate-react-cli popularity was classified as popular.
We found that generate-react-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.