Hacker News new | ask | show | jobs
by Madeindjs 2632 days ago
`rails generate scaffolf products name:string` generate models, views, controller, migration and even controller tests. I dit not seen this anywhere outside Rails.
1 comments

You can do that with the Symfony console, Phoenix mix tasks and I would guess a lot of other frameworks.