create-probot-appz

2.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i create-probot-appz

Weekly Downloads

1

Version

2.3.0

License

ISC

Unpacked Size

98.4 kB

Total Files

64

Last publish

Collaborators

  • hiimbex