/create-probot-app

Create a new probot app

Primary LanguageJavaScriptISC LicenseISC

Create Probot App

Create a new Probot app.

Get Started

With npm:

npm install -g create-probot-app

create-probot-app my-app
cd my-app

Or with npx:

npx create-probot-app my-app
cd my-app

See the Probot docs for more information.