Getting Started
- To install it globally in your system run:
- npm
- yarn
npm i react-native-help-create -g
yarn global add react-native-help-create
Or
To install it as a dev dependency in your react native project run:
- npm
- yarn
npm i react-native-help-create --save-dev
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