Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

incubator for material-ui maintainer scripts

Notifications You must be signed in to change notification settings

eps1lon/mui-scripts-incubator

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e80fcca · Dec 29, 2023
Jul 26, 2021
Oct 3, 2020
Jul 26, 2021
Sep 20, 2021
Oct 3, 2020
Jul 2, 2021
Oct 26, 2021
Jun 11, 2020
Oct 3, 2020
Nov 29, 2020
May 19, 2021
Oct 3, 2020
Dec 5, 2020
Jul 24, 2019
May 24, 2021
Dec 29, 2023
Nov 29, 2020
Dec 29, 2023

Repository files navigation

mui-scripts

material-ui scripts incubator

install

$ yarn global add @eps1lon/mui-scripts

If you don't want to install the package globally you can use npx instead:

- $ @eps1lon/mui-scripts
+ $ npx @eps1lon/mui-scripts

usage

$ @eps1lon/mui-scripts --help
entrypoint.js [command]

Commands:
  entrypoint.js lighthouse-audit            audit pages with lighthouse
  [pr-number]

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

lighthouse audit

# audit specific pr
$ @eps1lon/mui-scripts lighthouse-audit $PR_NUMBER > $PR_NUMBER.json
# audit master
$ @eps1lon/mui-scripts lighthouse-audit > master.json