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.