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.
npx create-probot-app my-first-app
If you're using Yarn:
yarn create probot-app my-first-app
See the Probot docs to get started running your app locally.