Skip to content

Commit d846f0c

Browse files
authored
Merge pull request #42 from bpamiri/master
Add Example App to the Wizard template menu
2 parents 8b82a10 + 4ba4381 commit d846f0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name":"CFWheels CLI Commands",
3-
"version":"0.6.1",
4-
"author":"Tom King",
5-
"location":"neokoenig/cfwheels-cli#v0.6.1",
3+
"version":"0.7.0",
4+
"author":"Tom King, Peter Amiri",
5+
"location":"neokoenig/cfwheels-cli#v0.7.0",
66
"directory":"",
77
"createPackageDirectory":true,
88
"packageDirectory":"cfwheels-cli",

commands/wheels/generate/app-wizard.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ component aliases="wheels g app-wizard, wheels new" extends="../base" {
7575
{value: 'cfwheels-template-helloworld', display: 'HelloWorld'},
7676
{value: 'cfwheels-template-hellodynamic', display: 'HelloDynamic'},
7777
{value: 'cfwheels-template-hellopages', display: 'HelloPages'},
78+
{value: 'cfwheels-template-example-app', display: 'CFWheels Example App'},
7879
{value: 'custom', display: 'Enter a custom template endpoint'}
7980
] )
8081
.required()

0 commit comments

Comments
 (0)