https://github.com/divriots/starter-mui-updater
https://github.com/divriots/starter-mui-updater
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divriots/starter-mui-updater
- Owner: divriots
- License: mit
- Created: 2021-10-11T08:54:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T16:16:20.000Z (over 4 years ago)
- Last Synced: 2025-08-28T22:02:28.673Z (10 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starter-mui-updater
This tool fetches the MD for components from MUI's github, transforms them and writes them to `starter-mui` kit.
Prerequisite:
Have this repo and `starter-mui` cloned in the same parent folder.
To Run:
```
npm i
npm run update
```