Releases: probot/create-probot-app
Releases · probot/create-probot-app
v3.1.1
30 Oct 22:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
More use case template fixes
20 Nov 05:05
Compare
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
Support for use case Templates
20 Nov 05:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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