GitXplorerGitXplorer
e

mui-scripts-incubator

public
4 stars
0 forks
51 issues

Commits

List of commits on branch main.
Verified
3de543422c7d01dda8c931f61343ed87c55a98d4

Update snapshots for master (#3233)

ggithub-actions[bot] committed 3 years ago
Verified
dcfd1a69e5cfae658d232352e3ccab88aa8b97d8

Update snapshots for master (#3232)

ggithub-actions[bot] committed 3 years ago
Verified
002829cb0bf28e468c0a706e99dcead19a837f39

Update snapshots for master (#3231)

ggithub-actions[bot] committed 3 years ago
Verified
391b2764ef2a201a5e83cda9eb268c210c7b39ac

Update snapshots for master (#3230)

ggithub-actions[bot] committed 3 years ago
Verified
fdea87dcc0fcbf2cd241815ddf2900236fc5b239

Update snapshots for master (#3229)

ggithub-actions[bot] committed 3 years ago
Verified
8045d13c17d8ba8be3600698bffd5a18402009c1

Update snapshots for master (#3228)

ggithub-actions[bot] committed 3 years ago

README

The README file for this repository.

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