https://github.com/log101/hygen-mui
Hygen generator for Material UI components
https://github.com/log101/hygen-mui
Last synced: about 2 months ago
JSON representation
Hygen generator for Material UI components
- Host: GitHub
- URL: https://github.com/log101/hygen-mui
- Owner: log101
- License: mit
- Created: 2023-04-06T10:54:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T11:57:04.000Z (about 3 years ago)
- Last Synced: 2025-02-28T15:57:54.841Z (over 1 year ago)
- Language: EJS
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# hygen-react-ts-rsturim
Install `hygen` globally:
```
npm install hygen-add -g
```
To install the generators run:
```
npm install hygen -D
hygen-add react-ts-rsturim
```
For your convenience add these command to your `package.json` scripts block:
```
"scripts": {
"new:component": "hygen new component",
"new:test": "hygen new test",
}
```