All Projects → probot → Create Probot App

probot / Create Probot App

Licence: isc
🤖📦 Create a new probot app

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Create Probot App

Delete Merged Branch
No more manually deleting merged branches, this lovely app does it for you.
Stars: ✭ 256 (+67.32%)
Mutual labels:  probot
Probot Conventional Release
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
Stars: ✭ 48 (-68.63%)
Mutual labels:  probot
Lightkeeper
Run Lighthouse tests in Pull Requests for multiple URLs with custom budgets
Stars: ✭ 83 (-45.75%)
Mutual labels:  probot
Todo
🤖✅ GitHub App that creates new issues from actionable comments in your code.
Stars: ✭ 685 (+347.71%)
Mutual labels:  probot
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-91.5%)
Mutual labels:  probot
Stale
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
Stars: ✭ 1,070 (+599.35%)
Mutual labels:  probot
boring-cyborg
🤖 A Github bot to automatically label PRs, issues and perform all the boring operations that you don't want to do.
Stars: ✭ 66 (-56.86%)
Mutual labels:  probot
Welcome
A probot app that welcome new users
Stars: ✭ 132 (-13.73%)
Mutual labels:  probot
Invite Contributors
automatically invite authors of merged pull requests to your organization
Stars: ✭ 30 (-80.39%)
Mutual labels:  probot
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (-54.9%)
Mutual labels:  probot
Probot
🤖 A framework for building GitHub Apps to automate and improve your workflow
Stars: ✭ 7,366 (+4714.38%)
Mutual labels:  probot
Attachments
A Probot extension to add message attachments to comments on GitHub
Stars: ✭ 13 (-91.5%)
Mutual labels:  probot
Trop
automate the backporting process
Stars: ✭ 59 (-61.44%)
Mutual labels:  probot
Mergeable
🤖 All the missing GitHub automation 🙂 🙌
Stars: ✭ 475 (+210.46%)
Mutual labels:  probot
Request Info
Requests more info from PRs/Issues with either the default title or a blank body
Stars: ✭ 89 (-41.83%)
Mutual labels:  probot
auth-routes
🔀🔒 Helpful authentication routes for Node.js GitHub integrations
Stars: ✭ 13 (-91.5%)
Mutual labels:  probot
Eslint Github Bot
Plugin-based GitHub bot for ESLint
Stars: ✭ 50 (-67.32%)
Mutual labels:  probot
Auto Assign
🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
Stars: ✭ 140 (-8.5%)
Mutual labels:  probot
Figma Diff Probot
Probot using figma api to comment on PRs with before after images
Stars: ✭ 101 (-33.99%)
Mutual labels:  probot
Adapter Aws Lambda Serverless
An extension for running Probot on Lambda
Stars: ✭ 67 (-56.21%)
Mutual labels:  probot

Create Probot App

CI

create-probot-app is a command line (CLI) Node.js application that generates a new Probot app with everything you need to get started building. 👷🏽‍

More specifically, this command line interface allows you to select from our pre-defined blue prints to choose a basic working example to start from.

Installation

Make sure you've got Node.js installed on your workstation, than open your terminal and type the following command:

  • if you're using npm (the package manager bundled with Node.js):

    npx create-probot-app my-first-app
    
  • if you're using Yarn:

    yarn create probot-app my-first-app
    

and follow the instructions printed on the terminal as you go. create-probot-app will then take care of the heavy lifting required to setup a Probot app development environment, with proper folder structure, and even installing all the basic Probot dependencies.

How to run locally

See the Probot docs to get started running your app locally.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Maxim Devoir

💻 👀

Alexander Fortin

💻

Bex Warner

💻 👀

Tommy Byrd

💻

Jason Etcovitch

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].