probot

v7.0.0-typescript.3
🤖 A framework for building GitHub Apps to automate and improve your workflow
probot github-apps github automation robots workflow

doc

jsdoc -c .jsdoc.json

lint

tslint --project .

test

tsc --noEmit -p . && jest --coverage && npm run lint && npm run doc-lint

build

rimraf lib && tsc -p tsconfig.json

start

node ./bin/probot run

doc-lint

standard docs/**/*.md

prepublish

npm run build

semantic-release

semantic-release pre && npm publish && semantic-release post

postsemantic-release

script/publish-docs

Metadata

  • ISC
  • >=7.7
  • Brandon Keepers
  • released 5/18/2018

Downloads