Files
probot/docs
greenkeeper[bot] 914d968045 Update standard-markdown to the latest version 🚀and lint docs
* chore(package): update standard-markdown to version 5.0.0

* chore(package): update standard-markdown to version 5.0.1

Closes #689

* fix linting
2018-10-10 11:54:31 -04:00
..
2018-10-02 09:03:32 +01:00
2018-08-17 23:16:48 -05:00

next, permalink
next permalink
docs/hello-world.md /docs/

Introduction

If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via GitHub Apps, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.

Probot is a framework for building GitHub Apps in Node.js. It aims to eliminate all the drudgerylike receiving and validating webhooks, and doing authentication handstandsso you can focus on the features you want to build.

Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:

{% include docs/examples.html %}

Check out the featured apps or browse more examples on GitHub

Ready to get started?