Skip to content

Releases: probot/create-probot-app

v3.1.1

30 Oct 22:14

Choose a tag to compare

Fixes

  • update probot to version 9.0.1
  • update inquirer to version 7.0.0
  • update commander to version 3.0.0 (#71)
  • Install modules on Windows properly (#80)
  • fix .gitignore created during app initialization (#73)
  • move types & nock to devDependencies (#68)

v3.1.0

19 Feb 22:33

Choose a tag to compare

#47 by @jsoref Adds started_at time by default to the Checks API example.
#57 by @tcbyrd and @JasonEtco Adds JSdoc types to support type checking in JavaScript templates

More use case template fixes

20 Nov 05:05

Choose a tag to compare

#43 by @koddsson fixed typescript testing using nock
#41 by @tcbyrd added supported for repository metadata read permission as a default (which matches the default in the GitHub UI)

Fix for use case Templates

20 Nov 05:03

Choose a tag to compare

Support for use case Templates

20 Nov 05:02

Choose a tag to compare

You can now access one of five different use case templates, demoing how to use the GitHub API in your application, see #36 by @hiimbex!

v2.3.0

18 Jul 23:06
032d479

Choose a tag to compare

  • Add option to scaffold from a specific branch of a repository (#32)
  • Makes app name camelCase. Primarily useful for use in tests (#30)

v2.2.0

30 Jun 00:35
92b2d63

Choose a tag to compare

  • 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