Skip to content

okorshenko/create-probot-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🤖📦 Create a new probot app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%