chromeless

v1.5.2
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.

ava

tsc -d && nyc ava

build

npm run clean && tsc -d

clean

rimraf dist

coverage

npm run ava

precommit

lint-staged

commitmsg

commitlint -e $GIT_PARAMS

prettier

prettier --list-different --write "**/*.{ts,json}"

test

npm run lint && npm run ava

lint

npm run prettier && npm run tslint

tslint

tslint -c tslint.json -p tsconfig.json --exclude 'node_modules/**'

watch

tsc -w

watch:test

tsc -d -w & ava --watch

semantic-release

semantic-release
npm i chromeless

Metadata

  • MIT
  • >= 6.10.0
  • Unknown
  • released 5/12/2018

Downloads