Skip to content

Instantly share code, notes, and snippets.

@hiimbex
Created November 1, 2018 03:18
Show Gist options
  • Save hiimbex/d304abb3c0cd08fd4bfbfae7ed781ff8 to your computer and use it in GitHub Desktop.
Save hiimbex/d304abb3c0cd08fd4bfbfae7ed781ff8 to your computer and use it in GitHub Desktop.
docs/quickstart.md code beginnings
next
docs/hello-world.md

Quick starts

Comment on an Issue

Get started with an app that will post a comment any time an issue is opened.

Get started with this app {% octicon chevron-right %}


Copy to clipboard

npx create-probot-app my-first-app -t basic-js


Create a Check

Get started with an app that creates successful checks on pull requests.

Get started with this app {% octicon chevron-right %}


Copy to clipboard

npx create-probot-app my-first-app -t checks-js


Open a Pull Request

Get started with an app that will open a new pull request when you install it on your repository.

Get started with this app {% octicon chevron-right %}


Copy to clipboard

npx create-probot-app my-first-app -t git-data-js


Trigger a Deployment

Get started with an app that creates a deployment on a pull request and sets the deployment status to success.

Get started with this app {% octicon chevron-right %}


Copy to clipboard

npx create-probot-app my-first-app -t deploy-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment