Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T02:38:03.000Z (over 1 year ago)
- Last Synced: 2024-10-02T06:43:05.321Z (4 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: 3
- 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
- awesome-for-beginners - React Help Create - timers-only)_ <br> This command line helps you create components, pages and even redux implementation for your react project. (JavaScript)
- fucking-awesome-for-beginners - React Help Create - timers-only)_ <br> This command line helps you create components, pages and even redux implementation for your react project. (JavaScript)
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.