﻿{
  "name": "TestimoX",
  "version": "unknown",
  "package": "TestimoX",
  "install": [
    "dotnet add package TestimoX"
  ],
  "quickstart": [
    "TestimoX.exe --all --html-path C:\\Reports\\TestimoX.html",
    "TestimoX.exe --list-rules",
    "Get-TestimoXConfig -ListRules | Format-Table Name, SourceType, EnabledByDefault",
    "Connect-TestimoXService -Url \u0027http://127.0.0.1:7809/\u0027 -ApiKey (Get-Content C:\\secret.txt -Raw)"
  ],
  "api": {
    "index": "/api/index.json",
    "search": "/api/search.json",
    "type": "/api/types/{slug}.json",
    "slugRule": "lower-case, dots/symbols -\u003E dashes"
  }
}