https://github.com/echobind/hygen-cra
https://github.com/echobind/hygen-cra
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/echobind/hygen-cra
- Owner: echobind
- Created: 2018-07-18T15:27:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T18:01:56.000Z (over 7 years ago)
- Last Synced: 2026-02-04T07:27:58.060Z (4 months ago)
- Language: Perl 6
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hygen-cra
This contains the following generators for a [React](https://reactjs.org/) application built w/ [Create React App](https://github.com/facebook/create-react-app):
- ✅ component (generates component, story, index, and style files)
- ✅ util (generates util, index, and test files)
## How To
### Add to an existing project
#### Install Dependencies
##### hygen
```
npm i -g hygen
```
##### hygen-add
```
npm i -g hygen-add
```
## Usage
```
yarn hygen-add https://github.com/echobind/hygen-cra
```
This will copy the templates in to your project. Edit as needed or remove generators that don't fit your project!
## References
[Hygen Quick Start](https://github.com/jondot/hygen#quick-start)
[Hygen-add Quick Start](https://github.com/jondot/hygen-add#quick-start)