-
Ensure
hygen
is installed globally. Follow the quick start guide. -
Install the
hygen-add
tool that allows us to installhygen
generators from publicly available packages via npm or github.
-
or
yarn global add hygen-add
-
npm i -g hygen-add
- Install the
hygen-echobind-templates
package withhygen-add
tool.
-
hygen-add https://github.com/echobind/hygen-echobind-templates
- TODO: Publish to NPM and/or set package github repo public.
- When templates are updated in the package, to sync the changes to your local templates, re-run the command above to update your templates folder.
Generates a compatible configuration for the circleci-react-native-orb.
hygen generator circleci-config
Generates an iOS fastlane configuration with 4 build/distribution workflows - main | alpha | beta | production
hygen generator fastlane-ios
Generates an Android fastlane configuration with 4 build/distribution workflows - main | alpha | beta | production
hygen generator fastlane-android