https://github.com/echobind/hygen-echobind-templates
https://github.com/echobind/hygen-echobind-templates
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/echobind/hygen-echobind-templates
- Owner: echobind
- Created: 2019-04-11T23:22:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T17:28:49.000Z (over 6 years ago)
- Last Synced: 2025-07-28T23:14:27.848Z (11 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HYGEN ECHOBIND TEMPLATES
### Installation
1. Ensure `hygen` is installed globally. Follow the [quick start guide](http://www.hygen.io/quick-start).
2. Install the `hygen-add` tool that allows us to install `hygen` **generators** from publicly available packages via **npm** or **github**.
- ```bash
yarn global add hygen-add
```
*or*
- ```bash
npm i -g hygen-add
```
3. Install the `hygen-echobind-templates` package with `hygen-add` tool.
- ```bash
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.
---
### REACT-NATIVE CIRCLECI CONFIG
Generates a compatible configuration for the [circleci-react-native-orb](https://circleci.com/orbs/registry/orb/echobind/react-native).
```bash
hygen generator circleci-config
```
---
### REACT-NATIVE FASTLANE IOS
Generates an iOS fastlane configuration with 4 build/distribution workflows - **main** | **alpha** | **beta** | **production**
```bash
hygen generator fastlane-ios
```
---
### REACT-NATIVE FASTLANE ANDROID
Generates an Android fastlane configuration with 4 build/distribution workflows - **main** | **alpha** | **beta** | **production**
```bash
hygen generator fastlane-android
```
---