probot/docs/README.md

20 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2017-08-18 20:46:23 +08:00
---
2023-11-14 14:41:04 +08:00
next: hello-world
2021-07-03 08:51:45 +08:00
title: Introduction
layout: docs.liquid
2017-08-18 20:46:23 +08:00
---
# 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](https://docs.github.com/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.
2017-08-18 20:46:23 +08:00
**Probot is a framework for building [GitHub Apps](http://docs.github.com/apps) in [Node.js](https://nodejs.org/)**. 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.
2017-08-18 20:46:23 +08:00
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:
2021-07-03 08:51:45 +08:00
{% include "docs/examples" %}
Check out the [featured apps](https://probot.github.io/apps/) or [browse more examples on GitHub](https://github.com/search?q=topic%3Aprobot-app&type=Repositories)
2017-08-18 20:46:23 +08:00
Ready to get started?