An open API service indexing awesome lists of open source software.

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

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",
}
```