chriscrossweb
chriscrossweb

Reputation: 348

sencha cmd, how to generate a view in a subfolder?

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

Answers (1)

user
user

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

Related Questions