Skip to content

v2.2.0

Choose a tag to compare

@tcbyrd tcbyrd released this 30 Jun 00:35
· 844 commits to master since this release
92b2d63
  • Adds option to scaffold apps with --template={name} to use named Probot templates
  • Adds --typescript option which aliases to --template=typescript to allow scaffolding using a default typescript template
  • Update README with instructions for using this with npm > 6
    • You can now invoke this without having to install create-probot-app globally by typing npm init probot-app [--typescript] my-probot-app