https://github.com/echobind/hygen-react-native
A set of default Hygen templates suitable for React Native projects
https://github.com/echobind/hygen-react-native
Last synced: 5 months ago
JSON representation
A set of default Hygen templates suitable for React Native projects
- Host: GitHub
- URL: https://github.com/echobind/hygen-react-native
- Owner: echobind
- Created: 2018-06-21T03:18:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T03:39:08.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T12:13:56.129Z (over 1 year ago)
- Language: Perl 6
- Size: 1.95 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hygen-react-native
This contains the following generators:
- ✅ component (generates component, story, index, and style files)
- ✅ util (generates util, index, and test files)
- screen (generates a screen component with optional redux or apollo integration)
## Add to an existing project
Ensure you have `Hygen` and `hygen-add` installed.
`hygen-add https://github.com/echobind/hygen-react-native`
This will copy the templates in to your project. Edit as needed or remove generators that don't fit your project!