An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


react-native-help-create

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.



react-native-help-create is released under the MIT license.


Current npm package version.


PRs welcome!

[![Rate this package](https://badges.openbase.com/js/rating/react-native-help-create.svg?token=jaha1TEOwxBzmHNH3/CKrz3l1UzPeeSD4rfe2cSGD+I=)](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.