Reputation: 348
When using the sencha cmd command: sencha generate view main, it will generate the view, model and controller. But not in the subfolder (I made a subfolder in the view folder). Is it possible to generate the view in the current folder?
Regards, Chris.
Upvotes: 1
Views: 1211
Reputation: 3199
If I understand your question correctly, have you tried this:
sencha generate view main.Main
main. would generate a subfolder for you.
Try it see if it works.
Upvotes: 1