Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 582 Bytes

Create Probot App

This project will generate a new Probot app with everything you need to get started and run your app in production.

use the --typescript flag to generate a new TypeScript project

If you're using npm < 6:

npx create-probot-app [--typescript] my-first-app

If you're using npm > 6:

npm init probot-app [--typescript] my-first-app

If you're using Yarn:

yarn create probot-app [--typescript] my-first-app

See the Probot docs to get started.