EmmanuelDemey / audit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit

Actions Status

Installation

git clone https://github.com/EmmanuelDemey/audit
cd audit
npm install

Usage/Examples

You have to define your settings in a YAML configuration file.

auditor:
  name: Emmanuel DEMEY
  email: demey.emmanuel@gmail.com

audit:
  path: ./
  urls:
    - http://localhost:3000

exporter: logger

And use this file thanks to the --config option.

npx nx build cli
node dist/packages/cli/src/index.js --config ./demo/example.yaml

Tech Stack

Typescript, Puppeteer, Github Actions, NX

Authors

About


Languages

Language:JavaScript 62.6%Language:TypeScript 37.4%