probot

v10.0.0-debug-release.1
🤖 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

test

jest

build

rimraf lib && tsc -p tsconfig.json

start

node ./bin/probot run

prepare

npm run build

pretest

tsc --noEmit -p test

lint:fix

prettier --write 'src/**/*.ts' 'test/**/*.ts' 'docs/*.md' *.md package.json tsconfig.json

posttest

npm run lint

Metadata

  • ISC
  • >=10.21
  • Brandon Keepers
  • released 8/18/2020

Downloads