<@U06U0LB38> I've put a new PR out there. This one...
# cfwheels
p
@neokoenig I've put a new PR out there. This one refactors the app creation scripts and should be ready for prime time.
Copy code
wheels generate app
wheels generate app-wizard
The app-wizard runs the user through menus and passes the parameters gathered to the app command. These commands can obviously be shortened to:
Copy code
wheels g app
wheels g app-wizard
The app-wizard command also has an additional alias:
Copy code
wheels new
n
Great. Might be good to update https://guides.cfwheels.org/docs/cli-commands perhaps..
p
Will do.