Skip to content

Instantly share code, notes, and snippets.

@MaximDevoir
Created December 17, 2019 19:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MaximDevoir/3429451ceb7bc65fa1a6da81e07ebfdb to your computer and use it in GitHub Desktop.
Save MaximDevoir/3429451ceb7bc65fa1a6da81e07ebfdb to your computer and use it in GitHub Desktop.

If you are using npm 5.1 or earlier, you must first install create-probot-app globally:

npm install --global create-probot-app

Now, you can run:

create-probot-app my-first-app

Yarn

If you are using Yarn 0.25 or greater, run:

yarn create probot-app my-first-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment