probot

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

doc

typedoc --options .typedoc.json

lint

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

test

jest

build

rimraf lib && tsc -p tsconfig.json

pretest

tsc --noEmit -p test

lint:fix

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

posttest

npm run lint

Metadata

  • ISC
  • >=10.21
  • Brandon Keepers
  • released 1/11/2022

Downloads