2.3.0 • Published 6 years ago

create-probot-appz v2.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Create Probot App

This project will generate a new Probot app with everything you need to get started building. 👷🏽‍

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

Getting started with Blue Prints 🛠

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

This template is a JavaScript app that will post a comment every time an issue is opened.

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

This template is a TypeScript app that will post a comment every time an issue is opened.

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

This template is a JavaScript app that will create a new check every time a check a push happens.

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

This template is a JavaScript app that will create a new pull request using the Git Data API every time someone installs your app.

If you're using Yarn:

yarn create probot-app my-first-app

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