https://github.com/omdxp/react-native-help-create
This command line helps you create components, screens, navigations and even redux implementation for your react native project
https://github.com/omdxp/react-native-help-create
best-practice best-practices cli cross-platform hacktoberfest javascript mobile-development react react-native react-native-help-create react-navigation reactnavigation redux rnhc typescript
Last synced: 6 months ago
JSON representation
This command line helps you create components, screens, navigations and even redux implementation for your react native project
- Host: GitHub
- URL: https://github.com/omdxp/react-native-help-create
- Owner: omdxp
- License: mit
- Created: 2021-02-12T19:42:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T04:36:01.000Z (7 months ago)
- Last Synced: 2025-04-12T00:52:21.601Z (6 months ago)
- Topics: best-practice, best-practices, cli, cross-platform, hacktoberfest, javascript, mobile-development, react, react-native, react-native-help-create, react-navigation, reactnavigation, redux, rnhc, typescript
- Language: JavaScript
- Homepage: https://omdxp.github.io/react-native-help-create/
- Size: 2.01 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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-native-help-create
Focus on your code, not your project structure!
This command line helps you create components, screens, navigations and even redux implementaion for your react native project.[](https://openbase.com/js/react-native-help-create?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
## How to install it?
- To install it globally in your system run:
```
npm i react-native-help-create -g
```Or
```
yarn global add react-native-help-create
```- To install it as a dev dependency in your react native project run:
```
npm i react-native-help-create --save-dev
```Or
```
yarn add react-native-help-create --dev
```- If you want to use it without installing it (using npm cache) run:
```sh
npx react-native-help-create --help
```## How to use it?
Please follow [this documentation](docs/TOC.md) to see how to use this helper command.
Or you may follow the documentation [website](https://omdxp.github.io/react-native-help-create/).
Or you can see [this medium article](https://omarbelghaouti.medium.com/react-native-help-create-a-friendly-tool-for-react-native-projects-f85cbcf64da5) that explains it.
# Contributing
Please check [this](CONTRIBUTING.md) if you consider to contribute to this project.