probot

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

build

rimraf lib && tsc -p tsconfig.json

lint

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

lint:fix

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

pretest

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

test

vitest run

test:coverage

vitest run --coverage

test:dev

vitest --ui --coverage

doc

typedoc --options .typedoc.json --plugin .typedoc/typedoc_ga.mjs
npm i probot

Metadata

  • ISC
  • >=18
  • Brandon Keepers
  • released 9/18/2024

Downloads