slimphp-api / slim-api

Command line interface for generating API end points with Slim
MIT License
11 stars 1 forks source link

Split generate commands into individual commands #38

Closed gabriel403 closed 9 years ago

gabriel403 commented 9 years ago

split generate command into generate:scaffold, generate:controller, generate:model

Fixes #28

gabriel403 commented 9 years ago

I'm not entirely convinced this is right, it makes sense in that it splits the command up, but we lose tha ability to inject other generators, eg controller generator should come from the mvc external module (when completed), actions from an adr module.

gabriel403 commented 9 years ago

Yeh no likey, closing