https://github.com/omdxp/react-help-create
This command line helps you create components, pages and even redux implementation for your react project
https://github.com/omdxp/react-help-create
cli hacktoberfest react react-help-create reactjs reactts redux rhc
Last synced: 8 months ago
JSON representation
This command line helps you create components, pages and even redux implementation for your react project
- Host: GitHub
- URL: https://github.com/omdxp/react-help-create
- Owner: omdxp
- License: mit
- Created: 2021-08-22T00:26:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T02:38:03.000Z (about 2 years ago)
- Last Synced: 2025-03-29T22:31:46.236Z (9 months ago)
- Topics: cli, hacktoberfest, react, react-help-create, reactjs, reactts, redux, rhc
- Language: JavaScript
- Homepage: https://omdxp.github.io/react-help-create/
- Size: 256 KB
- Stars: 36
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
react-help-create
Focus on your code, not your project structure!
This command line helps you create components, pages and even redux implementation for your react project.
# How to install it?
- To install it globally in your operating system run
```sh
npm i react-help-create -g
```
Or
```sh
yarn global add react-help-create
```
- To install it as a dev dependency in your react project run
```sh
npm i react-help-create --save-dev
```
Or
```sh
yarn add react-help-create --dev
```
- If you want to use it without installing it (using npm cache) run:
```sh
npx react-help-create --help
```
# How to use it?
Please follow [this documentation](./docs/TOC.md) to learn how to use this command line.
# Contributing
Please check [this](CONTRIBUTING.md) if you consider to contribute to this project.