probot

v13.3.7
A framework for building GitHub Apps to automate and improve your workflow
probot github-apps github automation robots workflow

doc

typedoc --options .typedoc.json --plugin .typedoc/typedoc_ga.mjs

lint

prettier --check "src/**/*.ts" "test/**/*.ts" "docs/*.md" *.md tsconfig.json package.json --end-of-line auto

test

vitest run

build

rimraf lib && tsc -p tsconfig.json

pretest

npm run build && tsc --noEmit -p test

lint:fix

prettier --write "src/**/*.ts" "test/**/*.ts" "docs/*.md" *.md tsconfig.json package.json --end-of-line auto

test:dev

vitest --ui --coverage

test:coverage

vitest run --coverage

Metadata

  • ISC
  • >=18
  • Brandon Keepers
  • released 8/6/2024

Downloads