react native help create

This command line helps you create components, screens, navigations and even redux implementation for your react native project.

10
0
JavaScript

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

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:
npx react-native-help-create --help

How to use it?

Please follow this documentation to see how to use this helper command.

Or you may follow the documentation website.

Or you can see this medium article that explains it.

Contributing

Please check this if you consider to contribute to this project.