first-important-paint

v0.3.0
Measure the time taken to paint the first important element.
crux performance metrics FIP

build

run-s clean build:ts build:js

build:ts

tsc -b

build:js

rollup -c

clean

rm -rf dist tsconfig.tsbuildinfo

dev

run-p watch

lint

eslint "*.js" "src/**/*.ts"

lint:fix

eslint --fix "*.js" "src/**/*.ts"

postversion

git push --follow-tags

release:major

npm version major -m 'Release v%s' && npm publish

release:minor

npm version minor -m 'Release v%s' && npm publish

release:patch

npm version patch -m 'Release v%s' && npm publish

test

npm-run-all build -p -r test:*

test:e2e

wdio wdio.conf.js

test:server

node test/server.js

start

run-s build:ts watch

watch

run-p watch:*

watch:ts

tsc -b -w

watch:js

rollup -c -w

version

run-s build

prepare

husky install

Metadata

  • MIT
  • Whatever
  • Kevin Farrugia
  • released 3/18/2022

Downloads

Maintainers