lighthouse/lighthouse-cli
Sam Saccone c787b75420 extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
..
commands Compact the license header (chrome-launcher & cli) 2017-06-05 19:21:13 -07:00
performance-experiment extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
test extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
types remove aggregations (#2426) 2017-06-05 15:54:32 -07:00
.clang-format Add clang format rules 2017-05-08 17:02:11 -07:00
README.md Make unit tests runable from within the cli. 2017-05-07 16:19:14 -07:00
bin.ts extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
cli-flags.ts Compact the license header (chrome-launcher & cli) 2017-06-05 19:21:13 -07:00
compiled-check.js check for report-templates via compiled-check (#2178) 2017-05-07 17:19:42 -07:00
index.js Disable TTFB audit temporarily for stability. (#2194) 2017-05-09 13:39:09 -07:00
package.json extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
printer.ts extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00
shim-modules.ts 🤖 run clang-format (no manual edits). 2017-05-08 18:21:45 -07:00
tsconfig.json CLI: remove unused variables (#1883) 2017-03-22 09:32:03 -07:00
yarn.lock extract logger from lighthouse (#2528) 2017-06-19 18:30:12 -07:00

README.md

One time setup:

yarn

Live dev:

yarn dev

Tests

yarn test

(for test watching)

yarn test -- --watch