lighthouse/lighthouse-cli
Frederick Morlock 0455283ed7 Add hostname CLI flag and option for CriConnection (#2728)
* fixes GoogleChrome/lighthouse#2727
hostname expressed as second parameter to avoid breaking existing
implementations
2017-08-14 14:19:53 -07:00
..
commands Compact the license header (chrome-launcher & cli) 2017-06-05 19:21:13 -07:00
performance-experiment remove report v1 and dependencies (#2596) 2017-06-28 14:07:42 -07:00
test testing: prune smokehouse configs to improve testing perf (#2732) 2017-08-14 14:16:13 -07:00
types remove report v1 and dependencies (#2596) 2017-06-28 14:07:42 -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 [cli] Move bin.ts core into -cli/run.ts (#2602) 2017-06-27 23:16:13 -07:00
cli-flags.ts Add hostname CLI flag and option for CriConnection (#2728) 2017-08-14 14:19:53 -07:00
compiled-check.js remove report v1 and dependencies (#2596) 2017-06-28 14:07:42 -07:00
index.js remove report v1 and dependencies (#2596) 2017-06-28 14:07:42 -07:00
package.json [cli] Move bin.ts core into -cli/run.ts (#2602) 2017-06-27 23:16:13 -07:00
printer.ts remove report v1 and dependencies (#2596) 2017-06-28 14:07:42 -07:00
run.ts Fix: Basic chrome-flags parsing for embedded quotes (#2754) 2017-08-03 16:07:05 -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 Report coverage from CLI tests (#2550) 2017-06-20 14:53:27 -07:00

README.md

One time setup:

yarn

Live dev:

yarn dev

Tests

yarn test

(for test watching)

yarn test -- --watch