pingyuanChen/generator-admin

i have a problem when i'm creating with yo admin:model

Opened this issue · 2 comments

@itoonx
when you want to create only one model, you have to provide model name,
like: yo admin:model movie
// movie is the model name

if omitted, it will create all the models in config/ directory.

@pingyuanChen Thanks for reply

This is good!